FBSDKSharePhoto
Existe una versión más reciente de esta clase. Consulta la última versión.

A photo for sharing.

Conforms to:FBSDKCopying, NSSecureCoding
Inherits from:NSObject
Declared in:FBSDKSharePhoto.h
Propiedades
image

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

@property (nonatomic, strong) UIImage *image;
Declarado en: FBSDKSharePhoto.h
imageURL

The URL to the photo.

@property (nonatomic, copy) NSURL *imageURL;
Declarado en: 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;
Declarado en: FBSDKSharePhoto.h
Métodos de clase
photoWithImage:userGenerated:

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

ParámetroDescripción
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;
Declarado en: FBSDKSharePhoto.h
photoWithImageURL:userGenerated:

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

ParámetroDescripción
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;
Declarado en: FBSDKSharePhoto.h
Métodos de instancia
isEqualToSharePhoto:

Compares the receiver to another photo.

ParámetroDescripción
photo

The other photo

- (BOOL) isEqualToSharePhoto:(FBSDKSharePhoto *)photo;
Declarado en: FBSDKSharePhoto.h