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

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -