开发者

Library for displaying image sets on an iPad

开发者 https://www.devze.com 2023-02-03 16:01 出处:网络
I\'m looking for s开发者_运维问答ome cool libraries out there to display a bunch of images in my iPad application.

I'm looking for s开发者_运维问答ome cool libraries out there to display a bunch of images in my iPad application.

I think they are already out there, and I don't have to start from scratch, but I can't find some good ones.


Check out AQGridView as well.


Check out KTPhotoBrowser, I use it in a universal app, and it works pretty good.

Also, search Github : Photo Gallery for more open-source solutions.


See the answers to these questions on Stack Overflow:

  • How To Create A Gallery on iOS
  • float:left in objective-c

There are probably more questions about the same subject. Seek and you shall find.


I would simply create a web page with all the images, and then display it using UIWebView.


Did you want to do the coding yourself?

I found the Apple example "LazyTableImages" to be a useful and elegant way to display many images in a table view. It's important to a) keep the scrolling nice and smooth, and b) not freeze the user interface while downloading.


Have you tried using a UIImageView?

0

精彩评论

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

关注公众号