FGallery不以缩略图视图开头

时间:2012-06-29 10:04:41

标签: iphone ios xcode thumbnails

我做错了什么? FGallery不是以缩略图视图开始的吗?

    FotosGalleryViewController *vc = [[FotosGalleryViewController alloc] initWithPhotoSource:self];
    vc.beginsInThumbnailView = YES;
    [self.navigationController pushViewController:vc animated:YES];

1 个答案:

答案 0 :(得分:0)

当我将showThumbnailViewWithAnimation:BOOL转换为公共方法并致电:

[self showThumbnailViewWithAnimation:YES];

FGalleryViewController内有效。但它只在缩略图视图中加载前两个图像,其余图像保持灰色。点击CloseSee all再次修复此问题,一切都按照承诺运行?