Releases: MataDesigns/SimpleViews
Added support for DeleteRows and InsertRows
0.1.8 Updated swift_versions for new Cocoapod Version.
Major Fix
Added scaleBy Beta to UIView
Added scaleBy to UIView function syntax will most likely change.
Minor updates to SimpleAnimationBroker
More convenience methods for SimpleAnimationBroker.
New SimpleAnimationBroker!!
SimpleAnimationBroker makes it simple to animate multiple views with SimpleAnimations.
Updated README soon to come.
Minimal Update
Added SimpleAnimations.initialize(views:[UIView]) to make hiding views with in animations on viewDidAppear easy instead of have the programmer have to write a initializer function in ViewController.
Improved Example
Custom duration for SimpleTableView state animations!
You can now either set a defaultDuration on a SimpleTableView which will be applied to all animation transitions. Or you can implement a new function inside SimpleTableViewDelegate which allows you to set a custom duration time when animating to and from a specific state.
Important fix for SimpleTableView and SimpleCollectionView
A small yet important update that fixes issue where totalItem is 1 and state doesn't change to finished on reloadData
Major Update to SimpleTableView
- Fixes for animations / improved performance.
- Renamed SimpleViewDelegate to SimpleTableViewDelegate.
- Added comment documentation.
Added failed state to SimpleTableView
- Added failed state, for displaying a failed view.
- Added state changed optional delegate function so controller can get notified on state changes.
- Improved upon example.