Avoid table view didSelectRowIndexPath action while main thread is blocked
I have a problem. In my app action sheet with picker opens when table's
row tapped. My problem is that action sheet dose not opens while main
thread is blocked but touch event are added in run loop therefore,
whenever main thread gets a change it completes all touches action as a
result action sheet opens according to the number of times we tapped on
table row. But I want this only once.
How to fix this problem???
No comments:
Post a Comment