How to create Photo like comment same as Facebook in IOS - ios

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

Related

Method of integrating a certain persons Twitter account into iOS App

In my app so far, I have to implement all the Twitter posts from a certain individual into a table view, and it automatically updates when the person tweets a certain post. Is it possible to mention a certain individual e.g. #John.. If it is possible, how can I do it? If not just let me know and I will delete this question as it could be too ambitious. Thanks!
I don't quite understand what you mean. I do a little!
There is a quick and easy way of doing this! One easy way is to use Twitters own SDK called Fabric. See Here
See this link for the timeline stuff and integration to your app Documentation
This should help you out!
P.S. Let me know how you get on!

Integrate Twitter posts from specific person on iOS app on table view

I have to implement all Twitter posts of one person to my table view and automatically update when that person publishes a new one. also, second part would be mentions(#person) of the person. How can I do it? Is there a very easy way, or I have to do it manually?
One of the ways you can do this, is by using Twitters built in service called Fabric.
Go check out fabric.io for more information on how to use it, specifically this documentation for timeline related stuff.
If you want a step by step tutorial on how to add a specific person's timeline, I made a video on how to do this here. :)
Here is the documentation needed to display everyone that mentions the user. :)
Hope that helps you!

Web - Update app content?

I have a simple question and I could not find a good answer on every search I've made. I wanted to make an app about a company that helps poor people and children with problems. They asked me if I could do an app that would show their latest news and campaigns, and, of course, I said I would do it for free. But I'm kind of a begginer, and I don't know how I should retrieve the news from their website (or twitter) to my app. I've heard of JSON and XML, but I don't know if that would do it. I want an app that would have all the news up-to-date, can anyone please give me some advice and help me? Thanks a lot everyone.
If they have an RSS feed, you could write an app that pulls down the feed, parses it and displays each entry in a table row. You should be able to find plenty of examples on http://github.com to help you.

Tutorial for Contacts-like UITableView look

In my app, I would like to create a tableview where the users can fill in their contact data. I want it to look good and I was thinking to make a clone of the Contacts app on iPhone/iPad. The problem is that I don't know how to achieve that look.
I want to find a tutorial that would explain to me how I can do it, but I couldn't find any.
Could anyone please suggest me one?
This is what I would like it to look like:

Is there a people picker view controller that works with Facebook friends?

I'm looking for an existing view controller like ABPeoplePickerNavigationController that instead of showing contacts from an address book shows a user's Facebook friends.
I've created a custom picker before but after seeing Words with Friends do something like the people picker, it seems like a better solution... but I don't know if they created their picker from scratch nor can I find anything out there.
There isn't any open source libraries/frameworks that supply this functionality. You would just have to roll your own, may be a cool idea to open source it as well.
I can see people using such a thing.
UPDATE: After your new find, I do see KNMultiItemSelector does have the Facebook friend picker functionality.
KNMultiItemSelector
https://github.com/kentnguyen/KNMultiItemSelector ...
The demo includes loading your Facebook friends...
Seems perfect!

Resources