Social Changes
Social
Added SLRequest.account
Modified SLComposeSheetConfigurationItem.init()
Declaration | |
---|---|
From | init() |
To | init!() |
Modified SLComposeViewController
Introduction | |
---|---|
From | iOS 8.0 |
To | iOS 6.0 |
Modified SLComposeViewController.init(forServiceType: String!)
Declaration | |
---|---|
From | init(forServiceType serviceType: String!) -> SLComposeViewController |
To | init!(forServiceType serviceType: String!) -> SLComposeViewController |
Modified SLRequest
Introduction | |
---|---|
From | iOS 8.0 |
To | iOS 6.0 |
Modified SLRequest.init(forServiceType: String!, requestMethod: SLRequestMethod, URL: NSURL!, parameters:[NSObject: AnyObject]!)
Declaration | |
---|---|
From | init(forServiceType serviceType: String!, requestMethod requestMethod: SLRequestMethod, URL url: NSURL!, parameters parameters: [NSObject : AnyObject]!) -> SLRequest |
To | init!(forServiceType serviceType: String!, requestMethod requestMethod: SLRequestMethod, URL url: NSURL!, parameters parameters: [NSObject : AnyObject]!) -> SLRequest |
Modified SLServiceTypeFacebook
Introduction | |
---|---|
From | iOS 8.0 |
To | iOS 6.0 |
Modified SLServiceTypeSinaWeibo
Introduction | |
---|---|
From | iOS 8.0 |
To | iOS 6.0 |
Modified SLServiceTypeTencentWeibo
Introduction | |
---|---|
From | iOS 8.0 |
To | iOS 7.0 |
Modified SLServiceTypeTwitter
Introduction | |
---|---|
From | iOS 8.0 |
To | iOS 6.0 |