IBAnimatable v4.2.0 Release Notes

Release Date: 2017-09-16 // over 6 years ago
  • ๐Ÿ‘ This is the last version to support Swift 3.* including Swift 3.2 (for Xcode 9). Thanks to all the contributors:
    @phimage, @tbaranes and @SD10.

    API breaking changes

    ๐Ÿฑ NO breaking changes ๐Ÿ˜

    โœจ Enhancements

    • โž• Add TimingFunctionType attribute to Animatable to specifies the speed curve of an animation. #478 by @phimage
      โž• Add new mask type .ellipse. #481 by @phimage
    • โž• Add stickOrMoveUp keyboard translation option when presenting a viewController. #489 by @tbaranes
    • โž• Add scale, scaleTo and scaleFrom animation types. #494 by @phimage
    • PaddingDesignable now applies padding to the underlying text, edit, and placeholder rects -- opposed to using a UIView spacer. #492 by @SD10

    ๐Ÿ›  Bugfixes

    • ๐Ÿ— PlaceholderDesignable now applies placeholderColor to Placeholder defined in Interface Builder before checking the placeholderText property. #499 by @SD10
    • ๐Ÿ›  Fixes bug where Interface Builder doesn't recognize the delegate outlet for UITableView and UICollectionView. #506 by @SD10