FBSDKSharePhoto
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

A photo for sharing.

Conforms to:FBSDKCopying, NSSecureCoding
Inherits from:NSObject
Declared in:FBSDKSharePhoto.h
Thuộc tính
image

If the photo is resident in memory, this method supplies the data.

@property (nonatomic, strong) UIImage *image;
Đã tuyên bố trong: FBSDKSharePhoto.h
imageURL

The URL to the photo.

@property (nonatomic, copy) NSURL *imageURL;
Đã tuyên bố trong: FBSDKSharePhoto.h
userGenerated

Specifies whether the photo represented by the receiver was generated by the user or by the application.

@property (nonatomic, assign, getter=isUserGenerated) BOOL userGenerated;
Đã tuyên bố trong: FBSDKSharePhoto.h
Phương thức nhóm
photoWithImage:userGenerated:

Convenience method to build a new photo object with an image.

Thông sốMô tả
image

If the photo is resident in memory, this method supplies the data

userGenerated

Specifies whether the photo represented by the receiver was generated by the user or by the application

+ (instancetype)
photoWithImage: (UIImage *)image
userGenerated: (BOOL)userGenerated;
Đã tuyên bố trong: FBSDKSharePhoto.h
photoWithImageURL:userGenerated:

Convenience method to build a new photo object with an imageURL.

Thông sốMô tả
imageURL

The URL to the photo

userGenerated

Specifies whether the photo represented by the receiver was generated by the user or by the application

+ (instancetype)
photoWithImageURL: (NSURL *)imageURL
userGenerated: (BOOL)userGenerated;
Đã tuyên bố trong: FBSDKSharePhoto.h
Phương thức thực thể
isEqualToSharePhoto:

Compares the receiver to another photo.

Thông sốMô tả
photo

The other photo

- (BOOL) isEqualToSharePhoto:(FBSDKSharePhoto *)photo;
Đã tuyên bố trong: FBSDKSharePhoto.h