You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed example code to add a label by extending LiquidFloatingCell, clicking it is bypassed and handled by other views in the back.
Then i changed from using a UILabel to using a UIButton but still clicking the button does not fire the button at the front but is handled by other controls behind it.
What should i do, in order to have an event fired when label is clicked. i.e logically clicking the label should do exactly like clicking the floatingCell
The text was updated successfully, but these errors were encountered:
I followed example code to add a label by extending LiquidFloatingCell, clicking it is bypassed and handled by other views in the back.
Then i changed from using a UILabel to using a UIButton but still clicking the button does not fire the button at the front but is handled by other controls behind it.
What should i do, in order to have an event fired when label is clicked. i.e logically clicking the label should do exactly like clicking the floatingCell
The text was updated successfully, but these errors were encountered: