An open API service indexing awesome lists of open source software.

https://github.com/joshchngs/nib-backed-view-example

Example of an @IBDesignable custom UIView laid out with an xib in Interface Builder
https://github.com/joshchngs/nib-backed-view-example

ibdesignable interface-builder swift xcode

Last synced: 9 months ago
JSON representation

Example of an @IBDesignable custom UIView laid out with an xib in Interface Builder

Awesome Lists containing this project

README

          

# Custom UIView with Interface Builder & storyboards

This project demonstrates how to use Interface Builder to lay out your custom UIViews, and use them inside a storyboard. The basic technique is laid out in `NibBackedView.swift`, which documents how to go about using it.

Implemented with Swift 4 in Xcode 9 (beta 6)