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.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/continuecontrol
- Owner: noppefoxwolf
- License: mit
- Created: 2023-11-09T14:20:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T04:52:19.000Z (over 1 year ago)
- Last Synced: 2024-10-15T22:47:45.843Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 34.2 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ContinueControl

# 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
