InstagramThumbnail是一个基于Instagram应用的展示缩略图网格视图。
易于添加到您的项目中。
您可以将此功能添加到自己的项目中,使用InstagramThumbnail
非常容易。
InstagramThumbnail需要Xcode 5,目标iOS 6.0及以上,支持ARC。
CocosPods是推荐的方法来安装InstagramThumbnail,只需将以下行添加到您的《配置文件》中。
pod 'InstagramThumbnail', '~> 0.1.2'
Use this library setup grid thumbnail to show:
InstagramCollectionViewController *instagramCollectionViewController = [InstagramThumbnailCollectionViewController sharedInstagramCollectionViewController];
self.window.rootViewController = [[UINavigationController alloc] initWithRootViewController:instagramCollectionViewController];
Use this library setup one pictre to show:
InstagramCollectionViewController *instagramCollectionViewController = [InstagramPictureCollectionViewController sharedInstagramCollectionViewController];
self.window.rootViewController = [[UINavigationController alloc] initWithRootViewController:instagramCollectionViewController];
InstagramThumbnail
在MIT许可下可用。有关更多信息,请参阅LICENSE
文件。