abiaad/PASImageView

Reset loaded image to placeholder one

engmsaleh opened this issue · 2 comments

I'm using PASImageView as ImageView for avatar in my App. I display a placeholder image when the user didn't login and load the image when user login ... Thats all work fine.

But is there is a way to reset the image to the placeholder one when the user logout ?

Not at this time. You can init a new instance to erase the old one.

@abiaad Thanks a lot for quick reply 👍 , I have make the containerImageView property public and set it directly instead.