ux Archive

  • iPhone4ResolutionScreenshot

    Quick guide to updating your app’s UI for iPhone 4

    iPhone 4 will make your UI look stunning. Everything in UIKit has been scaled up already so it will require only a bit of work on your end to make the rest of your app look amazing on iPhone 4. If you only code and don’t...

    Full Story

  • UIView Animation Block

    Some notes on UIView animation

    UIView animation is a simple and nice way to add to your user experience. I just wanted to point out a few suggestions when using UIView animations. Duration (speed): If you choose to use animation to compliment some of the stuff already happening in UIKit,...

    Full Story