Skip to content

Releases: MataDesigns/SimpleViews

Added support for DeleteRows and InsertRows

24 Apr 02:24
Compare
Choose a tag to compare
0.1.8

Updated swift_versions for new Cocoapod Version.

Major Fix

09 Oct 07:54
Compare
Choose a tag to compare

VERY IMPORTANT FIX! Previously when released through testflight for compiled into ipa initialize fund for SimpleTable froze the screen

Added scaleBy Beta to UIView

03 Oct 18:42
Compare
Choose a tag to compare

Added scaleBy to UIView function syntax will most likely change.

Minor updates to SimpleAnimationBroker

08 Sep 17:22
Compare
Choose a tag to compare

More convenience methods for SimpleAnimationBroker.

New SimpleAnimationBroker!!

08 Sep 16:41
Compare
Choose a tag to compare

SimpleAnimationBroker makes it simple to animate multiple views with SimpleAnimations.
Updated README soon to come.

Minimal Update

08 Sep 10:20
Compare
Choose a tag to compare

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!

08 Sep 09:07
Compare
Choose a tag to compare

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

30 Aug 02:47
Compare
Choose a tag to compare

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

09 Aug 11:22
Compare
Choose a tag to compare
  • Fixes for animations / improved performance.
  • Renamed SimpleViewDelegate to SimpleTableViewDelegate.
  • Added comment documentation.

Added failed state to SimpleTableView

09 Aug 08:57
Compare
Choose a tag to compare
  • 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.