Skip to content

Extra 0.6.0

Compare
Choose a tag to compare
@bill350 bill350 released this 22 Aug 18:40
· 65 commits to master since this release

Additions

  • UIKit/UIView - addDashedBorder(color:thickness:) : set a dashed style to the layer's mask around the current view
  • UIKit/UIView - addShadowBorder(color:size:) : set a shadow to the current view on left, right and bottom edges
  • UIKit/UIView - addBottomDivider(color:alpha:thickness:widthMultiplier:) : add a bottom divider line to the current view

Enhancements

  • tvOS compatibility
  • Update Copyrights
  • String firstCapitalized() method code update
  • Documentation update on ReadMe

Bugfixes

  • Switch Childs view controller transition could be crash sometimes