Yummypets / YPImagePicker

📸 Instagram-like image picker & filters for iOS
MIT License
4.32k stars 976 forks source link

Crash when selecting library #425

Closed TapanRaut closed 3 years ago

TapanRaut commented 4 years ago

When i am clicking on library button, the app crash.Getting fatal error.

at the following code i am getting the error: - var topHeight: CGFloat { get { return v.assetViewContainerConstraintTop.constant } set { if newValue >= v.assetZoomableViewMinimalVisibleHeight - v.assetViewContainer.frame.height { v.assetViewContainerConstraintTop.constant = newValue } } }

s4cha commented 4 years ago

Hi @TapanRaut Could you give me some more information on the environment, the more details the better: Installation type (Carthage/cocoapods/ manually) Library version, Xcode Version etc. Also are you able to reproduce the issue in the sample project provided as well ? Thanks a lot in advance.

s4cha commented 4 years ago

Hi @TapanRaut is this still happening in the latest https://github.com/Yummypets/YPImagePicker/releases/tag/4.2.0 release ?