- Fixed issue where
MaterialSwitch
was referencing self and creating a bad access (issue-399). - Fixed issue where
TextField.secureTextEntry
would break the font being displayed (issue-400). - Moved
MenuViewController
toMenuController
. - Updated
MenuController.itemViewSize
toMenuController.itemSize
. - Updated
MenuController.baseViewSize
toMenuController.baseSize
. - Updated all references to
unowned self
toweak self
. - Added convenience properties
title
anddetail
to theToolbar
, which reload the view when changed. - Added convenience properties
title
anddetail
to UINavigationItem to easily handle text changes. - added to
TextField
theplaceholderVerticalOffset
anddetailVerticalOffset
to determine the alignment during animations and loading of theplaceholderLabel
anddetailLabel
.