All Versions
11
Latest Version
Avg Release Cycle
45 days
Latest Release
2733 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7 Changes
September 22, 2017โ Added
- โ Add type safe custom design protocols.
- Added by Justin Jia.
- โ Add custom cell protocols.
- Added by Justin Jia.
๐ Changed
- โก๏ธ Update project to use
Swift 4.0
.- Changed by Justin Jia.
- โ Add type safe custom design protocols.
-
v0.6.2 Changes
April 18, 2017โ Added
- โ Add
CustomTitleFont
.- Added by Justin Jia.
- โ Add
CustomTitleTextAlignment
.- Added by Justin Jia.
- โ Add
-
v0.6.1 Changes
January 10, 2017โ Added
- โ Add
TextAlignmentStyle
and the ability to customize text alignments.- Added by Justin Jia.
- โ Add
-
v0.6 Changes
November 14, 2016โ Added
- โ Add
DesignCustomizable
andCustomDesign
protocols.- Added by Justin Jia.
๐ Changed
- โก๏ธ Update project to use
Swift 3.0.1
.- Changed by Justin Jia.
โ Removed
- โ Remove the ability to override
refresh()
. UseCustomDesign
protocol instead.- Removed by Justin Jia.
- โ Add
-
v0.5 Changes
September 06, 2016โ Added
- โ Add
includingSubviews
parameter torefresh()
.- Added by Justin Jia.
๐ Changed
- Rename
*Expressible
to*Representable
.- Changed by Justin Jia.
- ๐ Rename
nib
tocontentNib
inCustomLayout
protocol.- Changed by Justin Jia.
- โก๏ธ Update docs.
- Changed by Justin Jia.
- โ Add
-
v0.4.2 Changes
August 30, 2016โ Added
- โ Add
TextStyle
and the ability to customize texts.- Added by Justin Jia in pull request #8.
๐ Changed
- ๐ Change test target bundle ID.
- Changed by Justin Jia.
- โก๏ธ Update docs.
- Changed by Justin Jia.
- โ Add
-
v0.4.1 Changes
August 27, 2016โ Added
- โ Add
*StyleExpressible
.- Added by Justin Jia in pull request #8 .
- ๐ Support CocoaPods.
- Added by Justin Jia.
- โ Add
-
v0.4 Changes
August 24, 2016โ Added
- โ Add docs.
- Added by Justin Jia in pull request #4.
๐ Changed
- Redesign
Custom*
protocols and add*Customizable
protocols.- Changed by Justin Jia in pull request #7.
- โ Add docs.
-
v0.3 Changes
August 19, 2016โ Added
- โ Add unit tests.
- Added by Justin Jia.
- โ Add
CustomLabelTextColor
protocol.- Added by Justin Jia.
- โ Add
CustomLabelFont
protocol.- Added by Justin Jia.
๐ Changed
- โก๏ธ Update to Swift 3 beta 6 syntax.
- Changed by Justin Jia.
โ Removed
- โ Remove the ability to customize
UIBarItem
since it can't be used directly.- Removed by Justin Jia.
- โ Add unit tests.
-
v0.2 Changes
August 13, 2016โ Added
- โ 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.
๐ Changed
- ๐ Rename
CustomActivityIndicatorViewColor
toCustomActivityIndicatorColor
.- Changed by Justin Jia.
- ๐ Rename
CustomTabBarUnselectedItemTintColor
toCustomBarUnselectedItemTintColor
.- Changed by Justin Jia.
- โ Add