FBSDKSharePhoto
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

A photo for sharing.

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

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

@property (nonatomic, strong) UIImage *image;
Tipo dichiarato in: FBSDKSharePhoto.h
imageURL

The URL to the photo.

@property (nonatomic, copy) NSURL *imageURL;
Tipo dichiarato in: 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;
Tipo dichiarato in: FBSDKSharePhoto.h
Metodi di classe
photoWithImage:userGenerated:

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

ParametroDescrizione
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;
Tipo dichiarato in: FBSDKSharePhoto.h
photoWithImageURL:userGenerated:

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

ParametroDescrizione
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;
Tipo dichiarato in: FBSDKSharePhoto.h
Metodi di istanza
isEqualToSharePhoto:

Compares the receiver to another photo.

ParametroDescrizione
photo

The other photo

- (BOOL) isEqualToSharePhoto:(FBSDKSharePhoto *)photo;
Tipo dichiarato in: FBSDKSharePhoto.h