You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letphoto=AXPhoto(attributedTitle:NSAttributedString(string:"Sent by \(comment.name)"),
attributedDescription:nil,
attributedCredit:nil,
url:URL(string: comment.attachmentURL!))lettransitionInfo=AXTransitionInfo(interactiveDismissalEnabled:true, startingView: cell.imageAttachmentView){[](photo, index)-> UIImageView? in
// this closure can be used to adjust your UI before returning an `endingImageView`.
cell.imageAttachmentView
}letdataSource=AXPhotosDataSource(photos:[photo])letphotosViewController=AXPhotosViewController(dataSource: dataSource, pagingConfig:nil, transitionInfo: transitionInfo)self.present(photosViewController, animated:true)
What happens
Photo disappears and loading indicator shows briefly.
What should happen
Initial photo should remain while the other photo is loading to prevent flashing screen.
The text was updated successfully, but these errors were encountered:
To replicate
What happens
Photo disappears and loading indicator shows briefly.
What should happen
Initial photo should remain while the other photo is loading to prevent flashing screen.
The text was updated successfully, but these errors were encountered: