Spinning wheel concept in iOS

I followed these tutorial, Spinning wheel iOS. Working fine.

I want to enable userinteraction for subviews. My Stackoverflow question link Userinteraction enable for subviews

How to get userinteraction enable for subviews alone ?

@rommex73 @shogunkaramazov

hi @gkrz11,
I cannot see your code so it’s a bit difficult to comment. However going logically, the subview that you want the user to interact with has been created in code, so when you create it, you can try to set the userInteractionEnabled = true.

I have a feeling that if you disable the parent interaction, then the child views are also disabled.

What if instead of creating a child view, you use the sub view as an overlay on the disabled view?

cheers,

Jayant

This topic was automatically closed after 166 days. New replies are no longer allowed.