https://github.com/below/autolayoutsample
A sample for Autolayout
https://github.com/below/autolayoutsample
Last synced: over 1 year ago
JSON representation
A sample for Autolayout
- Host: GitHub
- URL: https://github.com/below/autolayoutsample
- Owner: below
- License: other
- Created: 2014-10-13T21:48:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T22:15:58.000Z (almost 12 years ago)
- Last Synced: 2025-01-26T02:44:21.483Z (over 1 year ago)
- Language: Swift
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AutolayoutSample
This sample is to demonstrate how to create autolayout constraints which will position items so that they will adjust correctly both for the double-height "in-call" status bar, as well as for the new landscape mode in iOS 8.
Maybe it is of use for someone