我在基于选项卡的应用程序中使用Three20的TTPhotoViewController类,底部的图像控件不显示。
任何人都知道为什么下面的按钮不显示?
我也得到了这个虚假的警告,但我不知道它来自哪里。 -[<CALayer: 0x5cb79a0> display]: Ignoring bogus layer size (320.000000, 1110441984.000000)
这就是我将TTPhotoViewController放入视图堆栈的方式。
PhotosViewController *vc = [[[PhotosViewController alloc] init] autorelease];
[self.navigationController pushViewController:vc animated:YES];
答案 0 :(得分:1)
photoviewcontroller有一个小错误。 (https://github.com/facebook/three20/issues/604)
尝试重新下载three20 v1.0.6.2,应在该版本中修复