ios - SDWebImage is not updating image in TableView -


i have build app has user profile. user can change profile image uploading new one.

the app has table view users upload posts. when send/upload new post or article appear in table user name , profile image (something twitter or instagram).

the problem when user change profile image, not change in table posted article. can check profile directly through internet explorer , shows new image.

i using code below show image in table:

  [mycell.userimage sd_setimagewithurl:[nsurl urlwithstring:item.userimageupload]                         placeholderimage:[uiimage imagenamed:@"video_no_image.jpg"]options:sdwebimagerefreshcached]; 

i hope find problem. thanks


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -