I was wondering how I can implement the latest photos from a specific Instagram account in a UIScrollView in my iPhone app, without using a UIWebView and go directly to Instagram.com/USERNAME. I am thinking that the implementation should de something like the Instagram feed in Flipboard. So far I have just used a WebView that goes directly to a website with a rss feed.
I am sorry if this is a stupid question... forgive me. Any code and/or would be greatly appreciated!
You can achieve this with UITableView and Auto Layout.
Regarding implementation of the instagram feed UI, you could take a look at STXDynamicTableView which is a sample code of the same problem that you might be having, which is outlined in a blog post here: Rebuilding Instagram Feed Table View.
You could also have a look at the Instagram SDK I wrote for iOS apps to connect to the Instagram API. https://github.com/shyambhat/InstagramKit All you need to do is register your app with Instagram and after integrating the library, call the getUserFeed method to get an user's media feed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With