3 Star 9 Fork 5

曾宪华 / InstagramThumbnail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
Jack 提交于 2014-02-24 17:52 . Update README.md

image image image image

==================

InstagramThumbnail is a display thumbnail grid view, based on Instagram App.

Easy to drop into your project.

You can add this feature to your own project, InstagramThumbnail is easy-to-use.

Requirements

InstagramThumbnail requires Xcode 5, targeting either iOS 6.0 and above, ARC-enabled.

Profile

CocosPods is the recommended methods of installation InstagramThumbnail, just add the following line to Profile:

pod 'InstagramThumbnail', '~> 0.1.2'

How to use

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];

Lincense

InstagramThumbnail is available under the MIT license. See the LICENSE file for more info.

Objective-C
1
https://gitee.com/iamking/InstagramThumbnail.git
git@gitee.com:iamking/InstagramThumbnail.git
iamking
InstagramThumbnail
InstagramThumbnail
master

搜索帮助