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 -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -