InstagramThumbnail 0.1.2

InstagramThumbnail 0.1.2

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2014年12月

未知用户 维护。



  • xhzengAIB

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文件。