FBSDKProfilePictureView
Доступна более новая версия данного класса. Посетите текущую версию.

A view to display a profile picture.

Inherits from:UIView
Declared in:FBSDKProfilePictureView.h
Свойства
pictureMode

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

@property (nonatomic, assign) FBSDKProfilePictureMode pictureMode;
Объявлен в: FBSDKProfilePictureView.h
profileID

The profile ID to show the picture for.

@property (nonatomic, copy) NSString *profileID;
Объявлен в: FBSDKProfilePictureView.h
Методы экземпляров
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.

Объявлен в: FBSDKProfilePictureView.h
Директивы Typedef
FBSDKProfilePictureMode

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

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

Enum

Объявлен в: FBSDKProfilePictureView.h
NS_ENUM

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

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

Enum

Объявлен в: FBSDKProfilePictureView.h