https://github.com/qrush/lookinside
An actual compiling sample code repo from WWDC 2014: A Look Inside Presentation Controllers
https://github.com/qrush/lookinside
Last synced: 7 months ago
JSON representation
An actual compiling sample code repo from WWDC 2014: A Look Inside Presentation Controllers
- Host: GitHub
- URL: https://github.com/qrush/lookinside
- Owner: qrush
- License: other
- Created: 2014-10-13T18:31:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T18:34:04.000Z (over 11 years ago)
- Last Synced: 2024-12-28T12:22:43.527Z (over 1 year ago)
- Language: Objective-C
- Size: 29.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
**Note**: This repo actually works and compiles with Xcode 6 GM.
# LookInside: An example application demonstrating presentation controllers, adaptivity, and custom animator objects
This example shows how to use a custom presentation controller to create a custom view controller presentation. It provides a transitioning delegate to the view controller, which vends a presentation controller and animator object.
## Requirements
### Build
iOS 8 SDK
### Runtime
iOS 8 or later
Copyright (C) 2014 Apple Inc. All rights reserved.