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

https://github.com/jakelin/ibcalculator

IBCalculator is an example app to demonstrate how to use @IBDesignable and @IBInspectable
https://github.com/jakelin/ibcalculator

Last synced: 7 months ago
JSON representation

IBCalculator is an example app to demonstrate how to use @IBDesignable and @IBInspectable

Awesome Lists containing this project

README

          

IBCalculator
============

IBCalculator is an example app to demonstrate how to use `@IBDesignable` and `@IBInspectable`. The origin code is from [IBInspectable / IBDesignable](http://nshipster.com/ibinspectable-ibdesignable/) and [gist](https://gist.github.com/natecook1000/4269059121ec247fbb90). The code has been upgraded to Swift 3.

## Screenshots

### Design in Interface Builder
![IBCalculator](https://raw.githubusercontent.com/JakeLin/IBCalculator/master/screenshots/IBCalculator.png)

### Run in iPhone Simulator
![IBCalculator](https://raw.githubusercontent.com/JakeLin/IBCalculator/master/screenshots/IBCalcalator-iPhone.png)