Declared in FBSDKProfilePictureView.h

FBSDKProfilePictureMode

FBSDKProfilePictureMode enum Defines the aspect ratio mode for the source image of the profile picture.

Definition

typedef NS_ENUM(NSUInteger, FBSDKProfilePictureMode ) {
   FBSDKProfilePictureModeSquare,
   FBSDKProfilePictureModeNormal,
};

Constants

FBSDKProfilePictureModeSquare
A square cropped version of the image will be included in the view.

Declared In FBSDKProfilePictureView.h.

FBSDKProfilePictureModeNormal
The original picture's aspect ratio will be used for the source image in the view.

Declared In FBSDKProfilePictureView.h.

Declared In

FBSDKProfilePictureView.h