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
- Host: GitHub
- URL: https://github.com/joshchngs/nib-backed-view-example
- Owner: joshchngs
- Created: 2017-09-07T17:34:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T17:50:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T10:33:19.775Z (over 1 year ago)
- Topics: ibdesignable, interface-builder, swift, xcode
- Language: Swift
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)