All Versions
15
Latest Version
Avg Release Cycle
117 days
Latest Release
1356 days ago

Changelog History
Page 1

  • v3.5.0 Changes

    August 09, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Minimum iOS deployment target - iOS 9.
  • v3.4.0 Changes

    June 17, 2019
    • ๐Ÿ‘Œ Support for Swift Package Manager in Xcode 11.
    • โž• Added ability to customize Bundle from which view is being loaded.
  • v3.3.0 Changes

    April 06, 2019
    • โž• Added convenience methods, that allow to resize view properly if view is using AutoLayout and can determine it's desired size: compressedLayout(), expandedLayout() and systemLayout(fittingSize:, horizontalPriority:, verticalPriority:).
    • โฌ‡๏ธ Dropped support for Swift 3.
  • v3.2.0 Changes

    March 26, 2019
    • ๐Ÿ‘Œ Support for Swift 5 and Xcode 10.2.
  • v3.1.0 Changes

    September 28, 2018
    • ๐Ÿ‘Œ Support for Swift 4.2 and Xcode 10.
  • v3.0.0 Changes

    June 18, 2018
    • LoadableView no longer sets translatesAutoresizingMasksIntoConstraints property on container view to false. If you plan to use LoadableView without superview, consider turning this property to false manually, because without a container view it will not be able to compute it's size.
  • v2.3.0 Changes

    January 05, 2018
    • โž• Added LoadableControl to allow LoadableView subclasses to have UIControl properties and methods.
  • v2.2.1 Changes

    November 01, 2017
    • โšก๏ธ Updated for Xcode 9.1 / Swift 4.0.2
  • v2.2.0 Changes

    September 25, 2017
    • ๐Ÿ‘Œ Support for Swift 3.2 and Swift 4.0
  • v2.1.0 Changes

    June 02, 2017
    • Container view no longer translates it's autoresizing mask into constraints, thus allowing self-sizing mechanics for LoadableView.