ContinueControl

A simple continuation control like a UIRefreshControl.

MIT License

Stars
12

ContinueControl

Feature

UIContinueControl

  • UIRefreshControl like API
  • Safe trigger system
  • Haptic feedback

Usage

import ContinueControl
...
continueControl = ContinueControl()
continueControl!.addAction(UIAction { _ in
  ...
}, for: .primaryActionTriggered)

Apps Using

If you use a ContinueControl, add your app via Pull Request.

LICENSE

ContinueControl is released under an MIT license. See the LICENSE file for more information