To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 10 or Higher
- Swift 4.2
AwesomeUIMagic is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AwesomeUIMagic', git: 'https://github.com/iOSWizards/AwesomeUIMagic', tag: '0.5.8'
After imported with CocoaPods, extend any component with class prefix Designable
.
A bunch of inspectable variables will be available for each type of UI component.
- DesignableButton
- DesignableView
- DesignableLabel
- DesignableNavigationBar
- DesignableProgressView
- DesignableTextView
- DesignableTextField
- DesignableImageView
AwesomeUIMagic is available under the MIT license. See the LICENSE file for more info.