Hello I am trying to get profile image of facebook user in Table\'s cell.image. But It slows down Scrolling of Table view.Then I used Asynchronous loading of image link But
Are you sure it's the async image causing problems? Comment the async image part, and see maybe it's the FbGraphResponse part the actual cause.
I see that you're creating an image each time for the graph response and this can cause a slow-down.