Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

UITableView is a class used for displaying and editing hierarchical lists on iOS.

learn more… | top users | synonyms (1)

0
votes
1answer
26 views

how to know which uitableviewcell is checkmarked in facebook friendpicker?

in my ios app, i want to know indexPath for UITableViewCell which is checkmarked? basically i am trying to limit friend selection to 3 friends for that i disabled userinteraction for tableview if ...
0
votes
1answer
26 views

Working with NSArray and NSDictionary to store facebook friends to later be used in application

I am trying to work with NSArrays and NSDictionarys to store the users facebook friend information. The data will later be used in a table view. Ideally I would like the information to be stored ...
0
votes
1answer
114 views

Display profile picture of some facebook friends (with the id) in a tableview

I work on facebook graph api. And I've allready get the id of users which have using my app. I can display the id of users and what I want to do , It's display in each cell of my tableview a ...
-1
votes
1answer
42 views

Show UITableView data in another UITableView [closed]

I´m using the Facebook SDk in my iOS application. To display the friends of the user I´m using the FBFriendPickerViewController, but I would like to display other views in the same screen as the list ...
1
vote
2answers
434 views

How to share text and image on facebook wall (objective C)

I am working on an app which provides user to share the details of their app into facebook . I have UITableview where it contains the list of author name and when u click on book name it goes to ...
2
votes
0answers
60 views

change UITableViewCell of a FBFriendPickerViewController

How is it possible to adjust an UITableViewCell of the tableview of a FBFriendPickerViewController with the Facebook SDK v3.2 for iOS?
0
votes
0answers
79 views

iOS FBFriendPicker and Facebook's BooleanOGSample

I was messing around with Facebook's BooleanOGSample, which displays a Table View of friends that have the app installed. However, when I tried to replicate said table in my app, it shows all of my ...
0
votes
1answer
249 views

Slow UITableView with Facebook Image

I have a uitableview and each cells have an image from facebook image profile and 2 uilabels (from singleton, not an internet request) - (UITableViewCell *)tableView:(UITableView *)tableView ...
0
votes
1answer
617 views

Custom UITable in FBFriendPickerViewController

I would like to know if there is any way to completely replace FBFriendPickerViewController's UITableView or modify the current one. I need to reverse colors on the table ( white labels, black ...
0
votes
1answer
73 views

iOS Facebook app 5.0+ - Which cells/sections, views, components and so on is used to display the wall itself?

I was wondering how the new iOS Facebook app has implemented their cells: Different squares with some content inside depending on which type of information. Which components, views and so on - do ...
0
votes
2answers
397 views

Simulating UITableView scrolling effect in a side bar like Facebook's iPhone App

I'm working on an app and I've recently added in a sidebar and I want it to act like Facebook's. They have a search bar anchored at the top, as a custom header I'm sure (since the other section ...
4
votes
2answers
382 views

Facebook iOS SDK 3.0 FBPlacePickerViewController table with Pull To Refresh

I'm trying to implement Pull-To-Refresh such as https://github.com/samvermette/SVPullToRefresh inside FBPlacePickerViewController tableView. Unfortunately the Pull-To-Refresh view doesn't appear ...
-1
votes
1answer
191 views

iOS - Reading Facebook Posts in UITableView [closed]

I am trying to show a Facebook page posts using UITableView. Is there a way for that in iOS 5 or 6?
2
votes
3answers
697 views

Asynchronous image loading in a uitableview

I'm currently integrating Facebook in my application and I'm currently at the point where I'm loading the profile pictures of the friends of the loggedin user. I'm presenting these users in a ...
0
votes
2answers
947 views

How can I create a UITableView loading data style like the Facebook App style?

I would like to create a loading data style in my UITableView like the Facebook App. Scrolling down the TableView data is reloaded with a spin wheel in the first row. how can I do it?
2
votes
1answer
180 views

Uitableview Photos Show Up then turn black

I am currently working with an UITableview which loads a users wall feed from Facebook. The problem I have is, the images that get put into the tableview load up fine but when the user scrolls, they ...
0
votes
1answer
133 views

UITableView Photos Show Up Multiple Times from Graph API

Right now I am making a Facebook Application For iPad. I pulling the wall and putting it into a UITableView. The way I am putting photos into the tableview is like this: In the requestDidLoad for ...
0
votes
2answers
147 views

Custom Subview of UIImage in TableView

Right now i am trying to pull an image from Facebook , and putting it in a table view. I don't want to use the default image view of the cell. because the image size can vary. How do I make an ...
3
votes
2answers
2k views

Styled UITableViewCell (trying to copy Facebook iPhone App Look) [duplicate]

On the Facebook iPhone app, there is a slideout view on the left side which shows a UITableView. I'm trying to copy the look of this table, with each cell having what seems to be a customized ...
1
vote
1answer
223 views

First text and then upload images from Fb api

Recently i am making an app on facebook. So i have use facebook api. From api we got data from json parsing. Now in my app i am showing all update of user and his friends in table view. But problem is ...
2
votes
2answers
3k views

iOS UITableView Facebook App Style

I've attached a screenshot of a view from the facebook app. I want to recreate the UI of the left column which looks and behaves like a UITableView. Is this UITableViewStyleGrouped or ...
0
votes
1answer
595 views

Fill UITableView with Facebook albums | IOS

I started to use IOS and the Graph Api some weeks ago. I have problems to fill a UITableView with the albums data that I retrieve from facebook. I make my appdelegete my uitabledatasource and ...
0
votes
3answers
265 views

problem with check mark in iphone

I am new to the iPhone. I'm creating an application. For that I want to send friends an invitation from my app to a Facebook profile. My Facebook friends are listed in a TableView. I want to select ...
0
votes
1answer
119 views

Add red minus to tableview cell to logout of facebook

I have a cell that has the name and picture of the facebook user. What I want is to have a red minus on the right of the cell so that when I tap it, a red logout button appears. Is this possible?
1
vote
2answers
1k views

What is the most efficient way to get a list of a Facebook user's friends' names in the Facebook iOS SDK?

I want to use the Graph API. And I want to load them into a UITableView. Also loading entire user details is slow... Is there a way that I can make it faster? One more thing: Is there a way that I ...
2
votes
3answers
808 views

How to create a Facebook-App style notifications custom table?

I want to add a custom table to my iPhone app, that should look and work like the one used in the facebook app showing the notifications. It should contain rows with links in it. The text should be ...
0
votes
2answers
1k views

Cell specific Action like slide-in menu

I'm attempting to implement a slide-in menu like in the facebook app. I have a NIB for a custom UITableViewCell, which includes a button. The button has an IBAction associated with it, in which I ...