- Add type safe custom design protocols.
- Added by Justin Jia.
- Add custom cell protocols.
- Added by Justin Jia.
- Update project to use
Swift 4.0
.- Changed by Justin Jia.
- Add
CustomTitleFont
.- Added by Justin Jia.
- Add
CustomTitleTextAlignment
.- Added by Justin Jia.
- Add
TextAlignmentStyle
and the ability to customize text alignments.- Added by Justin Jia.
- Add
DesignCustomizable
andCustomDesign
protocols.- Added by Justin Jia.
- Update project to use
Swift 3.0.1
.- Changed by Justin Jia.
- Remove the ability to override
refresh()
. UseCustomDesign
protocol instead.- Removed by Justin Jia.
- Add
includingSubviews
parameter torefresh()
.- Added by Justin Jia.
- Rename
*Expressible
to*Representable
.- Changed by Justin Jia.
- Rename
nib
tocontentNib
inCustomLayout
protocol.- Changed by Justin Jia.
- Update docs.
- Changed by Justin Jia.
- Add
TextStyle
and the ability to customize texts.- Added by Justin Jia in pull request #8.
- Change test target bundle ID.
- Changed by Justin Jia.
- Update docs.
- Changed by Justin Jia.
- Add
*StyleExpressible
.- Added by Justin Jia in pull request #8.
- Support CocoaPods.
- Added by Justin Jia.
- Add docs.
- Added by Justin Jia in pull request #4.
- Redesign
Custom*
protocols and add*Customizable
protocols.- Changed by Justin Jia in pull request #7.
- Add unit tests.
- Added by Justin Jia.
- Add
CustomLabelTextColor
protocol.- Added by Justin Jia.
- Add
CustomLabelFont
protocol.- Added by Justin Jia.
- Update to Swift 3 beta 6 syntax.
- Changed by Justin Jia.
- Remove the ability to customize
UIBarItem
since it can't be used directly.- Removed by Justin Jia.
- Add
ImageStyle
,ImageStyleGroup
andImageGroup
.- Added by Justin Jia.
- Add
Custom*Image
.- Added by Justin Jia.
- Add
CustomSlider*Color
andCustomBarTintColor
.- Added by Justin Jia.
- Make
UIBarItem
,UIBarButtonItem
andUITabBarItem
conform toViewDisable
.- Added by Justin Jia.
- Rename
CustomActivityIndicatorViewColor
toCustomActivityIndicatorColor
.- Changed by Justin Jia.
- Rename
CustomTabBarUnselectedItemTintColor
toCustomBarUnselectedItemTintColor
.- Changed by Justin Jia.
- Initial release of Overlay.
- Added by Justin Jia.