标签: ios swift image uiimagepickercontroller
出于好奇,重新创建这个有多困难:(任何可用的git?)
其中一个应用功能是上传我们认为可以反映设计的照片,但不确定是否值得付出努力。
非常感谢评论!
答案 0 :(得分:0)
对于第一张图片,您可以使用以下内容:
https://github.com/tdginternet/TGCameraViewController
它使用AVFoundation,使其更灵活
对于第二张图片,您需要使用Photos框架并将照片放入UICollectionView
UICollectionView用法示例:
https://github.com/halcyonmobiledev/HMCollectionViewCollageLayout