Skip to content

Releases: AckeeCZ/ACKategories

6.7.0

19 Nov 20:49
Compare
Choose a tag to compare

6.6.0

20 Jul 10:22
Compare
Choose a tag to compare

Added

6.5.1

10 Jun 12:40
Compare
Choose a tag to compare

Changed

  • Reverted BUILD_LIBRARY_FOR_DISTRIBUTION to false (#84, kudos to @fortmarek)

6.5.0

05 May 10:14
Compare
Choose a tag to compare

Added

  • Add Random extensions (#82, kudos to @fortmarek)
  • Add more arguments from NSLocalizedString to String.localized() (#80, kudos to @olejnjak)
  • Add prototype cell storage to UITableView and UICollectionView (#78, kudos to @olejnjak)

Changed

  • Deprecated safeArea extension on iOS 11+ (#79, kudos to @olejnjak)
  • Fix typos (#76, kudos to @michalsrutek)
  • Set BUILD_LIBRARY_FOR_DISTRIBUTION to YES (#75, kudos to @fortmarek)
  • Do not dismiss presentingViewController of rootViewController on Base.FlowCoordinator stop() when remaining VCs in the navigation stack (#72, kudos to @IgorRosocha)

Fixed

6.4.2-alpha

18 Apr 00:01
Compare
Choose a tag to compare

6.4.1

31 Mar 17:41
Compare
Choose a tag to compare

Fixed

Changed

  • Use a preferred AnyObject keyword instead of class in protocol conformance (#71, kudos to @michalsrutek)

6.4.0

19 Feb 19:57
7b537a2
Compare
Choose a tag to compare

Added

  • Add swift-doc action, checks actions (#67, kudos to @fortmarek)
  • add UIDevice.current.modelName extension to receive model name of current device (#66, kudos to @olejnjak)
  • add clearLaunchScreenCache() to completely clear launch screen cache (#63, kudos to @IgorRosocha)

Fixed

Changed

  • Update tapestry structure (#68, kudos to @fortmarek)
  • separate frameworks for Swift and iOS (#64, kudos to @olejnjak)
  • use native UISearchBar.searchTextField on iOS 13+ (#61, kudos to @olejnjak)

6.3.0

02 Dec 11:59
Compare
Choose a tag to compare
  • add support for generic dequeueing for MKAnnotationViews dequeueAnnotationView(for annotation: MKAnnotation) (#60, kudos to @svastven)
  • add support for Dark Mode when creating colored images from UIColor (#59, kudos to @svastven)
  • add tapestry for automating future releases (#56, kudos to @fortmarek)
  • update FlowCoordinator to count with iOS 13 modal presentations (#55, kudos to @olejnjak)

SwiftPM support

17 Oct 10:35
Compare
Choose a tag to compare
  • add forceIntrinsic() to UIView to set its contentHuggingPriority and contentCompressionResistance to UILayoutPriority.required (#48, kudos to @olejnjak)

  • add hexString closure into UIColorExtension that will return hex string from UIColor (#49, kudos to @MajkCajk)

  • add SwiftPM manifest (#52, kudos to @olejnjak)

  • add type parameter to dequeueCell(...) methods so using it is more convenient (#53, kudos to @olejnjak)

    From now you can also use

    tableView.dequeueCell(for: indexPath, type: YourCell.self)

6.1.2

11 Jun 10:48
Compare
Choose a tag to compare