FGallery-iPhone icon indicating copy to clipboard operation
FGallery-iPhone copied to clipboard

crash problem in iOS7 beta3

Open cookingios opened this issue 11 years ago • 5 comments

in iOS6 ,FGallery work perfect, but in iOS7 beta,when app start to present FGalleryVC to show images,if user click back btn ,app crash.

cookingios avatar Jul 12 '13 03:07 cookingios

I can confirm this. There seem to be a few iOS 7 issues. Are there any plans on upgrading FGallery for iOS 7?

mawilmsen avatar Aug 16 '13 10:08 mawilmsen

No plans currently. I've been too busy with client work, sorry!

gdavis avatar Aug 21 '13 18:08 gdavis

Fixed it. Add the line

_scroller.delegate                          = nil;

to the dealloc of the FGalleryViewController.m

mawilmsen avatar Sep 11 '13 10:09 mawilmsen

mawlimsen, thank you so much! (obviously thanks to gdavis as well for fgallery in the first place!)

tennisblues avatar Sep 28 '13 13:09 tennisblues

Hi mawilmsen. Thank you, it works in iOS7.1 :+1:

kkdai avatar Mar 11 '14 16:03 kkdai