Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Version 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@luispadron luispadron released this 10 Feb 02:18
· 82 commits to master since this release

Version 0.3.0

  • Add fixes for views not being updated

  • Add fix to constraints becoming wonky after readding views

  • Add convenience extenions to UITableViewController and UICollectionViewController

    You can now do this:

    // If a tableview or collectionview controller subclass
    // This will default the tableView/collectionView to self.tableView/collectionView
    self.reloadEmptyState()
  • Refactoring of UIEmptyStateView

  • Rerun Jazzy for documentation