gdavis / FGallery-iPhone

Objective-C based gallery for iPhones
583 stars 144 forks source link

crash problem in iOS7 beta3 #47

Open cookingios opened 11 years ago

cookingios commented 11 years ago

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.

mawilmsen commented 11 years ago

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

gdavis commented 11 years ago

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

mawilmsen commented 11 years ago

Fixed it. Add the line

_scroller.delegate                          = nil;

to the dealloc of the FGalleryViewController.m

tennisblues commented 11 years ago

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

kkdai commented 10 years ago

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