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
Post a Comment