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.

An image view object provides a view-based container for displaying either a single image or for animating a series of images in iOS. For animating the images, the UIImageView class provides controls to set the duration and frequency of the animation. You can also start and stop the animation ...

learn more… | top users | synonyms

2
votes
3answers
662 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 ...
2
votes
1answer
173 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 ...
1
vote
2answers
361 views

Facebook Photo Size in iOS sdk

Right now with the Facebook iOS sdk, I am pulling images off the wall. but I need to analyze the photo and determine the height and width of the photo. How would I go about doing this?
0
votes
1answer
92 views

How would a second image view to a tableview cell?

i am implementing an app that has 2 images that i need to display on the same tableviewcell. however i can NOT subclass tableviewcell what so ever, due to the way the app is set up. so i would like ...
1
vote
2answers
830 views

Getting image from gallery of Facebook and show it in iPhone

I want get image from public perfil of Facebook and show it in my iPhone. I'm using the Facebook Developer method "getPhoto" but I can“t show any image? Can someone help me?
1
vote
0answers
774 views

Random facebook profile id generator

Right I have a programme that displays a profile facebook profile picture when a button is touched accessed by using the graph api as shown. in the url: ...
1
vote
1answer
182 views

UIImageView interactions

I am working on an app in which I want similar kind of functionality as that of WebMD body image. How can I identify which part of image is touched in an optimal way? Do I have to slice the image ...
0
votes
3answers
2k views

Flicking through pages / photos with UIImageViews (similar to Facebook photos app or home screen)

First of all, I'd like to point out that I'm not asking for code. I'm just asking for the sort of things I'd need to do to get this to work, as right now I've absolutely no idea. Here's what I want to ...