Using Xib/Nib views in Storyboard/Interface Builder (Swift) – iOS Development



Using Xib/Nib views in Storyboard/Interface Builder (Swift) – iOS Development

Using Xib/Nib views in Storyboard/Interface Builder (Swift) - iOS Development

Learn how to create reusable UIViews for Interface Builder with Xib files. Xibs/Nibs predate Storyboards but are still quite handy. The finished Xcode project in this video can be found here: https://github.com/ggu/swift-learning-materials/tree/master/Xib

If you’d like to see the xib view in the storyboard (instead of having to wait until runtime), then checkout the changes I made to the code here: https://github.com/ggu/swift-learning-materials/blob/master/Xib/Xib/HeaderView.swift

GitHub: https://github.com/ggu
Personal website: https://gabrieluribe.me
Instagram: https://www.instagram.com/gaurgo/

Comments are closed.