Skip to content

iOSWizards/AwesomeUIMagic

Repository files navigation

AwesomeUIMagic

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 10 or Higher
  • Swift 4.2

Installation

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'

Usage

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.

Here is the list of available classes:

  • DesignableButton
  • DesignableView
  • DesignableLabel
  • DesignableNavigationBar
  • DesignableProgressView
  • DesignableTextView
  • DesignableTextField
  • DesignableImageView

License

AwesomeUIMagic is available under the MIT license. See the LICENSE file for more info.