Inherits from UIView
Declared in FBSDKProfilePictureView.h

Properties

pictureMode

The mode for the receiver to determine the aspect ratio of the source image.

@property (nonatomic, assign) FBSDKProfilePictureMode pictureMode

Declared In

FBSDKProfilePictureView.h

profileID

The profile ID to show the picture for.

@property (nonatomic, copy) NSString *profileID

Declared In

FBSDKProfilePictureView.h

Instance Methods

setNeedsImageUpdate

Explicitly marks the receiver as needing to update the image.

- (void)setNeedsImageUpdate

Discussion

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.

Declared In

FBSDKProfilePictureView.h