CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

ShrinkPresentation 0.1.2

ShrinkPresentation 0.1.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2015
SPMSupports SPM

Maintained by GuiminChu.



ShrinkPresentation makes it easy to shrink the previous view controller when presenting a new one modally.

Screenshot

Screenshot

Requirements

  • iOS 8.0+
  • Xcode 7

Integration

Manually (iOS 8+)

Clone the repo and add files under Source folder to your project.

Usage

Make your presented view controller as a subclass of ShrinkViewController, then present it as usual.

class MenuViewController: ShrinkViewController {

    override func viewDidLoad() {
        super.viewDidLoad()

        // Do any additional setup after loading the view.
    }
}

License

ShrinkPresentation is released under the MIT license. See LICENSE for details.