2018-11-28 17:16:44 +03:00
2018-11-28 17:16:44 +03:00
2018-11-28 16:13:38 +03:00
2018-11-27 14:51:51 +03:00
2018-11-28 17:07:21 +03:00
2018-11-28 17:16:12 +03:00

SPStorkController

Modal controller as in mail or Apple music application. Similar animation and transition. Now in develop

Preview GIF loading 4mb. Please, wait

The project is absolutely free, but but it takes time to support and update it. Your support is very motivating and very important. I often receive emails asking me to update or add functionality. Small donate for a cup of coffee helps to develop the project and make it better

Requirements

Swift 4.2. Ready for use on iOS 10+

Integration

Drop in source/sparrow folder to your Xcode project. Make sure to enable Copy items if needed and Create groups

Or via CocoaPods:

pod 'SPStorkController'

and import library in class:

import SparrowKit

How to use

Init controller (please, set background, it maybe clear color) and set transitioningDelegate. Use present or dissmiss funcs:

import SparrowKit

let controller = UIViewController()
let transitionDelegate = SPStorkTransitioningDelegate()
controller.transitioningDelegate = transitionDelegate
controller.modalPresentationStyle = .custom
present(controller, animated: true, completion: nil)

License

SPStorkController is released under the MIT license. Check LICENSE.md for details

Contact

If you need develop application or UI, write me to hello@ivanvorobei.by. I am develop design and ios apps. I am use swift. If you want to ask for more functionality, you should create a new issue

hello.ivanvorobei.by & ivanvorobei.by

My apps in AppStore & in AppStore 2

S
Description
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Readme MIT
18 MiB
Languages
Swift 99.8%
Objective-C 0.1%