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.
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
Post a Comment