scorpiozj
scorpiozj
I use the UItabBar of UIKit
what I call is like: JGActionSheetSection *sectionNonFA = [JGActionSheetSection sectionWithTitle:nil message:nil buttonTitles:actionArray buttonStyle:JGActionSheetButtonStyleDefault]; where `actionArray` is a array of String.
It only happens in Production, and I never find it in Debug. That's also why I need help...
thanks for you quick response! I checked the scheme, but for _Archive_ there is no configuration. what else should I look?
yes, it does matter with memory. However, I use ARC, and there is no manually retain/release. This is why I can't find it so far. By the way, the title...
BonnyLin, have you tried : if the photos have a large resolution? I think the problem just like rogowskimark referred, the old image view is removed, but not released in...
Thanks, it sounds great and I'll try it~ But I still want to know : how to release the photo view, as you can see: although it has unload, the...
So here: [photoViews_ replaceObjectAtIndex:index withObject:[NSNull null]]; it will cause the the currentPhotoView to be released once, right? I understand it like this: - (void)loadPhoto:(NSInteger)index { if (index < 0 ||...
@yanfangjin I believe this lib is mainly for the small-size photos as UIImageView simply is not suitable for showing large-size image.
@yanfangjin in my opinion, resize the large image. In the native photo app, the photo is also resized. If you import a large image from iPhoto to iPhoto,you will see...