Custom UIView subclass from a xib file
A Swift tutorial on creating a custom UIView subclass by loading and integrating a xib file, including handling outlets and constraints.
A Swift tutorial on creating a custom UIView subclass by loading and integrating a xib file, including handling outlets and constraints.
A comprehensive guide to public and private Swift language attributes, explaining their purposes and usage with code examples.
Lyft's iOS team shares their experience using Interface Builder at scale, addressing common criticisms and sharing custom tools for a better workflow.
Lyft engineers detail their approach to making the iOS app accessible, focusing on VoiceOver integration and UI improvements.
Explains when to use strong vs. weak and optional vs. implicitly unwrapped IBOutlets in Swift/iOS development, with practical rules.
Tips for using Interface Builder in iOS development to reduce boilerplate code, covering Storyboards, XIBs, and custom references.
A developer's experience with Apple's UIStackView, explaining how it simplifies complex UI layouts in iOS compared to traditional Auto Layout.
Explores using Xcode 6's IBInspectable feature to create visual editors for custom Behaviours, improving the Interface Builder workflow.
A tutorial on building a simple iOS physics game using UIKit, Interface Builder, and the Chipmunk Physics library.
A technical tip for iOS developers on how to reuse Xib views within other Xibs or Storyboards using awakeAfterUsingCoder, avoiding unnecessary code.
Guide to correctly integrating NSApplicationDelegate with NSDocument in a macOS 10.8 document-based app using Xcode and ARC.