Awesome
EXTView
<!-- [![CI Status](http://img.shields.io/travis/MORITA Hideyuki/EXTView.svg?style=flat)](https://travis-ci.org/MORITA Hideyuki/EXTView) -->About
This library extends UIViews for Interface Builder editable. For example, border color, border width, corner radius or graduated background are not supported in Interface Builder. But you can edit them by using this library.
Try
Try out a example project.
pod try EXTView
and open "Main.storyboard".
You can edit border, corner radius and graduated background.
Installation
EXTView is available through CocoaPods. To install it, simply add the following line to your Podfile:
use_frameworks!
pod "EXTView"
NOTE: You must specify 'use_frameworks!'. Because if it was not specified, cocoapods fails to build a EXTView in IB.
Usage
-
Add a view to a storyboard or a xib.
-
Select the view and open 'Identity Inspector' and set EXTView class name to 'Class' ( e.g. Added view is a UIButton, you set 'EXTButton' as class name).
-
Open Attributes Inspector and design extended view's attributes. <br/><br/>
-
Build and Run!
Extended UIView List
- UIView (EXTView)
- UILabel (EXTLabel)
- UIButton (EXTButton)
- UISegmentedControl (EXTSegmentedControl)
- UITextField (EXTTextField)
- UISlider (EXTSlider)
- UISwitch (EXTSwitch)
- UIActivityIndicatorView (EXTActivityIndicatorView)
- UIProgressView (EXTProgressView)
- UIPageControl (EXTPageControl)
- UIStepper (EXTStepper)
- UITableView (EXTTableView)
- UIImageView (EXTImageView)
- UICollectionView (EXTCollectionView)
- UICollectionViewCell (EXTCollectionViewCell)
- UICollectionReusableView (EXTCollectionReusableView)
- UITextView (EXTTextView)
- UIScrollView (EXTScrollView)
- UIPickerView (EXTPickerView)
- UINavigationBar (EXTNavigationBar)
- UIToolbar (EXTToolbar)
- UITabBar (EXTTabBar)
- UISearchBar (EXTSearchBar)
Author
Recruit Holdings Co.,Ltd. Media Technology Lab.
Hideyuki MORITA
License
EXTView is available under the MIT license. See the LICENSE file for more info.