All Versions
34
Latest Version
Avg Release Cycle
58 days
Latest Release
1639 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.5 Changes
- ๐ [FIXED]
OverlayView
insets changing on PhotosVC dismissal - ๐ [FIXED]
OverlayView
insets could potentially be wrong if a layout was occurring at the same time as a interface show/hide - ๐ [FIXED]
LoadingView
could potentially be sized incorrectly on iPhone X - ๐ [FIXED] Bad GIF performance
- ๐ [FIXED]
-
v1.3.4 Changes
- ๐ [FIXED]
OverlayView
insets changing while interface was animating out (iOS 11)
- ๐ [FIXED]
-
v1.3.3 Changes
- ๐ [FIXED]
LoadingView
custom loading indicator improperly sized
- ๐ [FIXED]
-
v1.3.2 Changes
- ๐ [FIXED]
LoadingView
retry attributes are the same on iOS 10 & prior - ๐ [FIXED] Stackable container will size itself to zero height if there are no subviews
- ๐ [FIXED] Updating
OverlayView
title text attributes will update the title immediately
- ๐ [FIXED]
-
v1.3.1 Changes
- ๐ [FIXED]
OverlayView
bar button items were not spaced correctly by default - ๐ [FIXED]
StackableViewContainer
was not playing well with animations due to an earlier work aroudn that was made for CaptionView animations, but that is now fixed; as a result, subviews are now laid out at the time of their container's layout
- ๐ [FIXED]
-
v1.3.0 Changes
- ๐ 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 forOverlayView
manipulation until the view was loaded.
-
v1.2.10 Changes
- ๐ [FIXED]
AXLoadingView
subclass would fetch the incorrect asset bundle when searching for default error assets - [NEW]
AXPhotosViewController
now supports being embedded in a fullscreen container and upholding its responsibility as aUIViewControllerTransitioningDelegate
- ๐ [FIXED] #12 (https://github.com/alexhillc/AXPhotoViewer/issues/12), an issue related to lifecycle methods not behaving as expected
- ๐ [FIXED]
-
v1.2.9 Changes
- โ Adds
.swift-version
- โ Adds
-
v1.2.8 Changes
- [NEW]
AXLoadingView
extensibility, including text customization and image customization for error views - [NEW]
AXLoadingView
call-to-action retry button - [NEW]
AXLoadingView
default loading error image - ๐ [FIXED]
TransitionInfo
endingView resolution could be non-nil after returning nil from the resolution block
- [NEW]
-
v1.2.7 Changes
- [NEW] Exposes
currentPhotoIndex
andcurrentPhotoViewController
on thePhotosViewController
(contrib: @justindhill)
- [NEW] Exposes