Skip to content

v1.6.0

Compare
Choose a tag to compare
@tylermilner tylermilner released this 29 Aug 16:54
cff09f2
Enhancements
  • Add interactive transitioning and transition coordination to ContainerViewController. This change has bumped the deployment target to iOS 10.0+
    Will McGinty
    #63

  • Added the Obfuscation subspec, which includes the ObfuscatedKey structure for keys/passwords to ensure that
    they don't appear in plaintext within the source or binary of your app.
    Russell Mirabelli
    #67

  • Updated initial/named view controller example so that the buttons are horizontally centered in the stack view.
    Tyler Milner
    #65

  • Conform URL to ExpressibleByStringLiteral (e.g. let url: URL = "www.apple.com")
    Will McGinty
    #66

  • Added Carthage support.
    Ryan Gant
    #68

  • Updated README to include the "ActiveLabel" subspec listed at the top and added code examples for the "General" subspec.
    Tyler Milner
    #71

Bug Fixes
  • None