iphone - Area outside Navigation bar is not clickable in iOS -


i have created custom navigation bar , added 1 uibutton on it.

please take @ image attached.

enter image description here

i have uibutton background image added subview custom navigationbar portion above green line clickable not portion below green line.

i have tried using uitapgesturerecognizer , touches methods ie. touchesbegan uiimageview handle touch, no luck.

i think because uibutton nontouchable potion outside of navigationbar frame.

is there way click subview's portion ouside parent view.

the parent view size less child view . that's why non clickable. asper knowledge option have try increase parent view (custom navigationbar) frame size .


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -