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

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

Awesome Lists containing this project

README

        

# PopControllerSwift

[![Version](https://img.shields.io/cocoapods/v/PopControllerSwift.svg?style=flat)](https://cocoapods.org/pods/PopControllerSwift)
[![License](https://img.shields.io/cocoapods/l/PopControllerSwift.svg?style=flat)](https://cocoapods.org/pods/PopControllerSwift)
[![Platform](https://img.shields.io/cocoapods/p/PopControllerSwift.svg?style=flat)](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.