|
LuxChat
2.0
Instant messenger for iOS
|
#import <FBSDKProfilePictureView.h>
Instance Methods | |
| (void) | - setNeedsImageUpdate |
Properties | |
| FBSDKProfilePictureMode | pictureMode |
| NSString * | profileID |
A view to display a profile picture.
| - (void) setNeedsImageUpdate |
Explicitly marks the receiver as needing to update the image. This method is called whenever any properties that affect the source image are modified, but this can also be used to trigger a manual update of the image if it needs to be re-downloaded.
|
readwritenonatomicassign |
The mode for the receiver to determine the aspect ratio of the source image.
|
readwritenonatomiccopy |
The profile ID to show the picture for.
1.8.9.1