-
-
Notifications
You must be signed in to change notification settings - Fork 977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/app crash #782
base: master
Are you sure you want to change the base?
Fix/app crash #782
Conversation
finished with draft fast posts version
|
||
let w = image.size.width | ||
let h = image.size.height | ||
// Reseting the previous scale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove indentation changes please
(scrollViewBoundsSize.height - assetSize.height) / 2.0 : 0.0 | ||
|
||
assetView.frame = assetFrame | ||
if(!YPConfig.isCarouselAlbumUpdating || isFrameChanged || !YPConfig.isPost) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace with guard
please. in order to remove indentation changes
// prevent to zoom out | ||
if YPConfig.library.onlySquare && scale < squaredZoomScale { | ||
self.fitImage(true, animated: true) | ||
// if YPConfig.library.onlySquare && scale < squaredZoomScale { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment?
No description provided.