How To Create A Gallery on iOS

后端 未结 8 1513
自闭症患者
自闭症患者 2020-11-30 20:24

I\'m starting to develop a simple application for iOS, and this application is a simple gallery of some photo (taken from a website). The first problem I encountered is how

8条回答
  •  隐瞒了意图╮
    2020-11-30 21:08

    I wrote a tutorial on building a media gallery using a UICollectionView. It populates from the user's photo library. I think it will work perfectly for what you are trying to do.

    iPhone Programming Tutorial: Creating An Image Gallery Like Over – Part 1

    Hope that helps. Cheers!

提交回复
热议问题