background preloader

UI

Facebook Twitter

Create an IBDesignable UIView subclass with code from an XIB file in Xcode 6 — iPhoneDev.tv. You can create a custom UIView subclass and load the interface from an XIB file.

Create an IBDesignable UIView subclass with code from an XIB file in Xcode 6 — iPhoneDev.tv

In Xcode 6, you can also go a step further and provide design time visualization and customization in Xcode’s Attributes Inspector. This is a big deal if you’ve ever loaded an XIB file from code and attached it to a user interface. In the past, you could block out the colors of the UI, but you could never see the composition. You also couldn’t change any of the parameters at design time within your main Storyboard or XIB file. Iphone - What's the best way to validate currency input in UITextField. Beginning Storyboards in iOS 5 Part 1. This post is also available in: Chinese (Simplified) If you're new here, you may want to subscribe to my RSS feed or follow me on Twitter .

Beginning Storyboards in iOS 5 Part 1

Thanks for visiting! Iphone - Changing Tint / Background color of UITabBar.