ios - Quickblox Profile Pic issue in swift -


i developing chat application using quickblox api chat . able send , receive messages profile picture of sender missing. if knows please me how fetch sender image messages.

you can profile pic using below code :

nsuinteger userprofilepictureid = user.blobid; // user - instance of qbuuser class  // download user profile picture [qbrequest downloadfilewithuid:userprofilepictureid successblock:nil statusblock:nil errorblock:nil]; 

Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -