iOS app icon requirements

Apple’s official page on the topic of iOS app icon requirements is a very helpful reference.

How to create a scale up transform animation – this is a bit old – I use blocks instead.

// animatable. do not use frame if view is transformed since it will not correctly reflect the actual location of the view. use bounds + center instead.

@property(nonatomic) CGRect            frame;

What’s my browser size – pretty handy

UIWebView – set zoom scale after orientation change

Touch Gesture Reference Guide

Is Xcode telling you “No Completions”? Go to Organizer -> Projects -> Clear Derived Data. Source

Leave a Reply