Handle is an abstraction of a resource or a reference to an entity.
I'm trying to add a view as a button's subview like this (btn1 is a UIButton); [self.btn1 addSubview:view1]; …