Swift SDK Version
v0.3.1
Swift SDK
Common
AccessToken
UserProfile
– FetchResult
– PictureView
– PictureAspectRatio
SDKSettings
SDKLoggingBehavior
SDKVersion
App Events
AppEvent
AppEventName
AppEventParameterName
AppEventsLogger
– FlushBehavior
AppEventLoggable
AppEventParameterValueType
Facebook Permissions
Permission
ReadPermission
PublishPermission
Graph API
GraphRequest
GraphRequestProtocol
GraphRequestResult
GraphRequestHTTPMethod
GraphResponse
GraphResponseProtocol
GraphRequestConnection
GraphRequestDataAttachment
Other Classes
SDKApplicationDelegate
Other Extensions
FloatLiteralType
IntegerLiteralType
NSNumber
String
Other Structures
GraphAPIVersion
PictureAspectRatio
public
enum
PictureAspectRatio
Defines the aspect ratio for the source image of the profile picture.
square
A square cropped version of the profile picture.
Declaration
Swift
case
square
Show on GitHub
normal
The original picture’s aspect ratio.
Declaration
Swift
case
normal
Show on GitHub