Skip to content

Releases: mindz-eye/MYTableViewIndex

0.8.0

23 Jun 18:53
Compare
Choose a tag to compare

Minor fixes, update project settings to Swift 5

0.7.0

29 Sep 12:14
Compare
Choose a tag to compare

Swift 4.2 support

0.6.1

27 Jan 13:08
Compare
Choose a tag to compare

Fix for an issue with disappearing labels #21

0.6.0

02 Dec 20:20
Compare
Choose a tag to compare
  • Accessibility support (courtesy to @hipwelljo)
  • Fix content inset issues on iOS 11

0.5.0

16 Sep 21:26
Compare
Choose a tag to compare
  • Swift 4.0
  • Fix for #13

0.4.0

29 Jul 10:54
Compare
Choose a tag to compare

New features:

  • UICollectionView support (actually, any UIScrollView subclass can be used instead)
  • Haptic Feedback support
  • Right-to-left languages support

Refactoring:

  • Simplify inner guts of index layout

Breaking changes:

  • TableViewIndexController now accepts UIScrollView instead of UITableView
  • tableViewIndex(_:, didSelect:, at: Int) delegate method now returns Bool. Return true to produce a haptic feedback

0.3.0

29 Jun 15:45
Compare
Choose a tag to compare
  • fix crash when processing a touch for an empty index list
  • fix Swift 3.1 warnings
  • share framework scheme to support carthage