I have created the Custom I am Loading the image from Server and displaying it in the On Screen only 7 out of 10 images will come, and when I scroll down the first 3 images are repeating for some time and when those images get load its showing proper images.. but initially till new images will come its showing old images, I want to put a activity indicator to show that the images are loading instead of old images.. I want to add My code is... Please assist me with some sample code.. | |||||||||||||||||||||
|
3 | You can use "AsyncImageView" class files it will load image synchronically and it shows the activity indicator while image loading You can download "AsyncImageView" class files from following link:-https://www.dropbox.com/s/peazwjvky9fsjd7/Archive.zip in .m file import AsyncImageView Class in your tableview cell at indexpath method try this your problem will solve. |
No comments:
Post a Comment