insta-tableview
insta-tableview copied to clipboard
A similar solution to Instagram table view
Hi @xuanli09,
Take a look at STXDynamicTableView which is a sample code with a similar idea as what you tried to work on. The only difference is it has more setup on the feed and UI structure, while there's no HTTP API calls. The Instagram feed is stored locally.
It is outlined in a blog post here: Rebuilding Instagram Feed Table View.
Let me know what you think, maybe you can take advantage of it to build a more complete library.