Skip to content

Set of solutions for responsive design in iOS 8 with Autolayout and Size Classes, including general images/views/labels, resizing cells for tableviews and collectionviews, and more.

Notifications You must be signed in to change notification settings

avazquezpr/Responsive-iOS-Design

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Responsive iOS Design

Responsive iOS Design is a set of classes to show how to develop and implement what I call a Responsive iOS Design. It serves as code source and examples for the article Towards Responsive iOS Design. The article deals with adaptive interfaces that respond not only in its basic layout and visual elements, but in a fully responsive way to reach a full adaptation to every device screen, orientation, size and concrete constraints, similar to what Responsive Web Design does for webpages.

The source code contains adaptive UITableViews and UICollectionViews that render their cells depending on the size class and layout of the presenting device. It tries to reach far beyond Autolayout and Size Classes.

Use

The classes are presented as examples. You just have to run the project in the simulator or your device. You will need Xcode6 Beta 6 or up and iOS 8 Beta. To include them in yout projects, just add the classes or copy & paste the code. Hope you find them useful.

License

The MIT License (MIT)

Copyright (c) 2014 Ignacio Nieto Carvajal

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Set of solutions for responsive design in iOS 8 with Autolayout and Size Classes, including general images/views/labels, resizing cells for tableviews and collectionviews, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%