An open API service indexing awesome lists of open source software.

https://github.com/noppefoxwolf/continuecontrol

A simple continuation control like a UIRefreshControl.
https://github.com/noppefoxwolf/continuecontrol

Last synced: about 1 year ago
JSON representation

A simple continuation control like a UIRefreshControl.

Awesome Lists containing this project

README

          

# ContinueControl

![](https://github.com/noppefoxwolf/ContinueControl/blob/main/.github/example.gif)

# Feature

## UIContinueControl

- [x] UIRefreshControl like API
- [x] Safe trigger system
- [x] Haptic feedback

# Usage

```swift
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