AXPhotoViewer v1.4.0 Release Notes

Release Date: 2018-03-16 // about 6 years ago
    • [NEW] tvOS Support has been added
    • [NEW] Swift 4.1 usage requires Xcode 9.3
    • [NEW] All classes are now namespaced with 'AX' in order to be more subclass-friendly
    • [NEW] Delegate methods: photosViewControllerWillDismiss: and photosViewControllerDidDismiss:, which are called for both interactive and non-interactive dismissals #29
    • [NEW] navigateToPhotoIndex(_:animated:) to allow developers to navigate between photos programmatically
    • 🛠 [FIXED] Localization is now much easier for the internalTitle property #31
    • 🛠 [FIXED] Example project crashes when loading local assets #25
    • [CHANGED] The library now depends on Cocoapods a lot less, opening up the possibility for Carthage support