How To Create A Gallery on iOS

后端 未结 8 1502
自闭症患者
自闭症患者 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 20:52

    In case that you want to use third party classes, the next tutorials can be mixed, they worked for me. Here's a good grid view:
    custom image picker like uiimagepicker

    And if you want to load them asynchronously, use this: image lazy loading

    Both tutorials are very well described and have source code.

提交回复
热议问题