• Stars
    star
    140
  • Rank 261,473 (Top 6 %)
  • Language
    Objective-C
  • License
    Apache License 2.0
  • Created about 8 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It is a demo view to show feeds as shown in Instagram.All actions(Like,comment,share,follow,etc..) are managed by blocks.

Platform Language Library License

Instagram Feeds View

  • It is just a demo view to show feeds as shown in Instagram.
  • In this demo UITableview used with Multiple cells.
  • All description of post(Image,User,Like,Comment etc..) can be managed by the array of an post.
  • All actions and updations of cell are manged by blocks so no need to update cell by using Tableview Refresh delegate.
  • While updating sections it scrolls ups/Down but by using blocks nothing happen and updations can be done smoothly.
  • suggestions are always welcome.

Output will come like this

Potrait View Landscape View
ScreenShot ScreenShot