开发者

How to create thumbnail view for iPad? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago.

I want a tutorial for help me to create a table view thumbnail like this.

How to create thumbnail view for iPad? [closed]

I use UItableView to implement this view and try to custom UITableViewCell

but UITableViewCell can't support

anyone开发者_Python百科 can sugess me

thank.


If you don't need all the features of a table view, and the number of thumbnails isn't large, you can just make the thumbnails as image buttons inside a UIView inside a UIScrollView.


In fact, a UITableView might well be a good starting point.

I think I would create a custom UITableViewCell with four horizontal images. The rest is pretty much the same as some of Apple's sample code.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜