项目介绍:
Instagram Feeds View
–
https://github.com/sagarshirbhate/Instagram-Feed-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.
-
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.
*demo展示的是一个类似Instagram app的信息流展示视图。
*演示了UITableview多cell复用。
*所有的post流(图像,用户,喜欢,评论等..)可以由一个array数组管理。
*cell的所有操作和更新都由块管理,因此无需使用Tableview刷新代理更新cell。
*刷新数据时都是非常顺滑。
*欢迎提建议。
Output will come like this
–
Potrait View | Landscape View |
---|---|
![code4app]()