Skip to content

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

License

Notifications You must be signed in to change notification settings

BhaveshDhaduk/InstagramThumbnail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.0%
  • Ruby 2.0%