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

Hide when scrolling? #8

Open RaduGrama opened 7 years ago

RaduGrama commented 7 years ago

Is it possible to add functionality to hide the button while scrolling and display only when the scrolling stopped?

manuelescrig commented 7 years ago

Hi, right now these are the implemented options:

MEVFloatingButtonDisplayModeNone, MEVFloatingButtonDisplayModeAlways and MEVFloatingButtonDisplayModeWhenScrolling

It wouldn't be difficult to implement since that option would be just the opposite that the mode MEVFloatingButtonDisplayModeWhenScrolling

Feel free to send a pull request and I'd love to merge it.