Top "Handle" questions

Handle is an abstraction of a resource or a reference to an entity.

Adding UIView to UIButton subview prevents touch events

I'm trying to add a view as a button's subview like this (btn1 is a UIButton); [self.btn1 addSubview:view1]; …

iphone uibutton handle touches addsubview