manuelescrig / MEVFloatingButton

An iOS drop-in UITableView, UICollectionView and UIScrollView superclass category for showing a customizable floating button on top of it.
MIT License
297 stars 39 forks source link

Button disappears when after dismissing a modal view #2

Closed pushchris closed 8 years ago

pushchris commented 8 years ago

I am using the button to trigger a UIImagePickerController to appear. After selecting or capturing an image, the modal is removed from the view, but the button has been as well. Simply setting button.hidden = false brings the button back, but it's annoying behavior to have to call that every time you return to the view controller containing the button.

Steps to replicate:

manuelescrig commented 8 years ago

Thanks for the bug report. I just fixed it and created a new release version 1.1.2.