Skip to content

Latest commit

 

History

History
executable file
·
52 lines (30 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

executable file
·
52 lines (30 loc) · 1.92 KB

Change Log

All notable changes to this project will be documented in this file.

  • Swift 4.2 compatibility
  • Add more properties for customization: titleFont, subtitleFont and actionTitleFont
  • Add the property placeholdersAlwaysBounceVertical to allow/disable vertical bouncing when the placeholder is shown
  • Start supporting iOS 8
  • Add ability to show/Hide tableHeader & tableFooter when the placeholders are shown
  • Use adjustedContentInset instead of contentInset for iOS 11 and later (compatibility iPhone X)
  • Fixing an archiving issue appeared in the version 0.2.0 and above
  • Fixing issue: TableView Footer/Header views are not preserved if set programmatically (iOS 9)
  • Fixing UICollectionFlowLayout issue (iOS 9)
  • Fix the UICollectionView Crash on iOS 9 - Not working -
  • Make PlaceholderCollectionViewCell open
  • Hide the table view header and footer when the placeholder is shown
  • Fix an issue with custom UICollectionViewLayout
  • Add UICollectionView compatibility
  • Add Carthage support
  • Fix jazzy documentation issue
  • Initial release.