https://github.com/heathwang/popcontrollerswift
convert https://github.com/HeathWang/HWPopController to pure swift implement
https://github.com/heathwang/popcontrollerswift
alert custompopup popup swift ui
Last synced: 3 months ago
JSON representation
convert https://github.com/HeathWang/HWPopController to pure swift implement
- Host: GitHub
- URL: https://github.com/heathwang/popcontrollerswift
- Owner: HeathWang
- License: mit
- Created: 2025-01-09T05:51:08.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-14T05:18:06.000Z (5 months ago)
- Last Synced: 2025-03-17T12:42:29.148Z (3 months ago)
- Topics: alert, custompopup, popup, swift, ui
- Language: Swift
- Homepage:
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PopControllerSwift
[](https://cocoapods.org/pods/PopControllerSwift)
[](https://cocoapods.org/pods/PopControllerSwift)
[](https://cocoapods.org/pods/PopControllerSwift)This is a project converted from Objective-C to pure Swift. Original project: https://github.com/HeathWang/HWPopController
I used AI to convert most of the functionality from OC to Swift, spending about 5 hours in total for conversion, debugging, bug fixing, and release.
## Screen Shot
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
* Swift 5+
* iOS 12.0+## Installation
PopControllerSwift is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'PopControllerSwift', '~> 1.0.3'
```## Author
HeathWang, [email protected]
## License
PopControllerSwift is available under the MIT license. See the LICENSE file for more info.