-
Notifications
You must be signed in to change notification settings - Fork 467
Designer Guides
Anthony Sherbondy edited this page May 13, 2015
·
51 revisions
These guides are optimized for empowering designers to modify the view and animation related code for production apps. As such, there is a focus on views, navigation, transitions, and animations. Topics such as networking, threading, models, and device frameworks for accessing the camera and location are not covered.
In terms of prototyping, the goal of the guides is to first provide the tools necessary to build rich, interactive mocks using Xcode instead of Quartz Composer. This seems to be an efficient onramp for either the designers looking to simply prototype with the native tools or for those that wish to continue to learn to program a fully functional app.
- Creating Custom View Controllers
- Creating a Free Form View Controller
- Creating View Controllers from Storyboard
- Using UIScrollView
- Using UIImageView
- Using UIAlertView
- Using UIActionSheet
- Using UIKitDynamics
- Using UIPageControl
- Using UIRefreshControl
- Using UITableView
- Using UIActivityIndicatorView