LiquidFloatingActionButton
LiquidFloatingActionButton copied to clipboard
Events not fired (TouchUpInside)
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
Were you able to find a work around ?