FBSDKProfilePictureView
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

A view to display a profile picture.

Superclass: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
Typedefs
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