AXPhotoViewer v1.3.0 Release Notes

    • ๐Ÿ‘ iOS 11 support, Swift 4 migration & support
    • ๐Ÿ‘ iOS 8 support
    • [NEW] Introduce StackableViewContainer, a useful class that will stack self-sizing views on an anchor point. This is used to add custom views anchored at the top and bottom of the OverlayView. OverlayView.topStackContainer, OverlayView.bottomStackContainer can be used to display custom views (button bars, any extra self-sizing views) to the user without a hacky subclass.
    • [NEW] Adopt iOS 11 safeAreaInsets for iPhone X support.
    • ๐Ÿšš [REMOVED] CaptionViewDelegate
    • ๐Ÿ›  [FIXED] PhotosViewController initialization would not allow for OverlayView manipulation until the view was loaded.