Author: Chris Lattner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Created by Caleb Davenport on 7/14/17. | |
| import UIKit | |
| final class ActionSheetPresentationController: UIPresentationController { | |
| // MARK: - Properties | |
| private var dimmingView: UIView! |
This is a curated list of iOS (Swift & ObjC) frameworks which are inspired by React and Elm.
- ReactSwift by @ColinEberhardt
- https://github.com/ColinEberhardt/ReactSwift