Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试开发一个需要在图库视图中显示图片的应用程序。一种看似最直接的方法是使用 IKImageBrowserView。但我找不到任何有关 iPhone 的信息。有没有人有更好的建议在 iOS 上显示照片库?我也想有给照片打标签的能力,如果你们有什么建议,将不胜感激,谢谢!
如果您想以网格格式显示数据集合(即照片库),您应该查看 UICollectionView。