Skip to content

Releases: vokal/VOKUtilities

0.16.0

05 Aug 14:43
13cecd4
Compare
Choose a tag to compare

Add a few Swift convenience extension methods:

  • Improve add child view controller method with pinning view
  • Add UIView center method
  • Add attributed string HTML convenience initializer
  • Add image view tint color apply method

0.15.0

06 Jun 15:21
94b9ed2
Compare
Choose a tag to compare

Simple change to make a function public

0.14.0

21 May 14:21
333c521
Compare
Choose a tag to compare
  • Add numerous Swift convenience extension methods for types like Int, UITableView, UICollectionView, UINib, UIView, String, UIStackView, UIPageControl, UIApplication.
  • Bump iOS deployment target to 11.0.

0.13.0

14 May 18:04
581b571
Compare
Choose a tag to compare
  • Update to Xcode 10.2.
  • Update to Swift 5.0.

0.12.0

14 May 18:01
272026e
Compare
Choose a tag to compare
  • Add initial Swift utilities.

0.11.0

16 Mar 22:32
Compare
Choose a tag to compare
  • Add support for watchOS 3
  • Drop support for iOS 7

README updates

02 Feb 18:29
Compare
Choose a tag to compare

This release just includes updates to the README, and no code changes.

0.10.0

30 Jan 21:23
Compare
Choose a tag to compare
  • Added VOKNavigationHelper subspec
  • Use fastlane 2.x for builds

0.9.1

08 Nov 19:51
Compare
Choose a tag to compare
  • Added empty implementation file for header-only subspec for use in Swift projects via CocoaPods
  • Updated CocoaPods and tests in example project
  • Updated how tests are run on CI server

0.9.0: Merge pull request #2 from chillpop/master

04 Mar 22:52
Compare
Choose a tag to compare

Added tvOS support
Added targets to the example project for OS X and tvOS
Added nullability annotations
Added Obj-C generics annotations