0

I have created timeline same as Facebook. My timeline data fetch by JSON, and reload in tableview. but how to add comment and likes functionality. I tried many times but not able to do. how to create design (UI) in which flow. I am totally confused. Please find the attachment, My Project File Please download and see. and tell me how can i do ,Please help, Thank you

  • Maintain separate section for a post and have likes , comments, images ,title and other stuff as rows. Ref instagram iOS app's timeline. – vishnuvarthan Sep 01 '16 at 11:28
  • check this out for like ui [Objective-c](https://github.com/Eke/EMEmojiableBtn) and [Swift](https://github.com/lojals/JOEmojiableBtn) – Pratik Jamariya Sep 01 '16 at 11:28
  • You have to change your UI. First use your timeline table just to display information (photo,image,likes and recent comments). Once user clicks on a section open it in a controller and make user view details of that post. Do check instagram to know what i am talking about – vishnuvarthan Sep 01 '16 at 11:37
  • @vishnuvarthan are you there, please help, i am very tired :( – ankur kumawat Sep 01 '16 at 11:48
  • Have unique id's for each post and process all comments and like with this unique id – vishnuvarthan Sep 01 '16 at 11:51
  • Have each comment in table and add new comments to its data source and reload the table. – vishnuvarthan Sep 01 '16 at 12:00
  • Start to ask questions on a particular technical problem you face, Asking on how to build an app wont get answers in SO – vishnuvarthan Sep 01 '16 at 12:01
  • Where are you stuck now ?, be specific – vishnuvarthan Sep 01 '16 at 12:09
  • @vishnuvarthan I am create detail view controller your according, then after any issue create. I am asking you. After same time i asked my problem then please help and resolve my issues. thankyou – ankur kumawat Sep 01 '16 at 12:28

0 Answers0