objective c - Buttons in Cell not clickable IOS 9 -
uitableviewcell few buttons on it, on ios 8.4 buttons clickable (able tap event), in ios 9 unable tap event.
did 1 notice this?
ok found solution this, think bug @ past @ ios 6.. way should add uitableviewcell:
self.contentview.userinteractionenabled = no;
but because i've added views cell itself, instead of i'ts contentview.
Comments
Post a Comment