Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是TTThumbsViewController在一定数量的缩略图之后我停止加载新的缩略图。这个数字会发生变化,但总是高于 50 个拇指。
TTThumbsViewController
不再显示按钮或类似的东西 - 它只是没有加载拇指,但显示灰色边框以及表格的大小就可以了。
Three20中是否存在下载大小限制或一次可以加载多少个缩略图的限制或任何其他原因,为什么可能并非所有缩略图都已加载?
谢谢你的帮助!
- (void)load:(TTURLRequestCachePolicy)cachePolicy more:(BOOL)more { if (!self.isLoading && TTIsStringWithAnyText(_url)) { } } (NSInteger)maxPhotoIndex { return _photos.count-1; }