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

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -