IBAnimatable v4.2.0 Release Notes
Release Date: 2017-09-16 // over 5 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 toAnimatable
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
andscaleFrom
animation types. #494 by @phimage PaddingDesignable
now applies padding to the underlying text, edit, and placeholder rects -- opposed to using aUIView
spacer. #492 by @SD10
๐ Bugfixes
- โ Add