Social Changes for Swift
Social
Modified SLComposeServiceViewController
Declaration | Protocols | |
---|---|---|
From | class SLComposeServiceViewController : UIViewController, UITextViewDelegate, UIScrollViewDelegate { func presentationAnimationDidFinish() var textView: UITextView! { get } var contentText: String! { get } var placeholder: String! func didSelectPost() func didSelectCancel() func cancel() func isContentValid() -> Bool func validateContent() var charactersRemaining: NSNumber! func configurationItems() -> [AnyObject]! func reloadConfigurationItems() func pushConfigurationViewController(_ viewController: UIViewController!) func popConfigurationViewController() func loadPreviewView() -> UIView! var autoCompletionViewController: UIViewController! } | AnyObject, NSObjectProtocol, UIScrollViewDelegate, UITextViewDelegate |
To | class SLComposeServiceViewController : UIViewController, UITextViewDelegate { func presentationAnimationDidFinish() var textView: UITextView! { get } var contentText: String! { get } var placeholder: String! func didSelectPost() func didSelectCancel() func cancel() func isContentValid() -> Bool func validateContent() var charactersRemaining: NSNumber! func configurationItems() -> [AnyObject]! func reloadConfigurationItems() func pushConfigurationViewController(_ viewController: UIViewController!) func popConfigurationViewController() func loadPreviewView() -> UIView! var autoCompletionViewController: UIViewController! } | UITextViewDelegate |
Modified SLComposeSheetConfigurationItem
Protocols | |
---|---|
From | AnyObject |
To | -- |
Modified SLComposeViewController
Protocols | |
---|---|
From | AnyObject |
To | -- |
Modified SLComposeViewControllerResult [enum]
Protocols | |
---|---|
From | Equatable, Hashable, RawRepresentable |
To | -- |
Modified SLRequest
Protocols | |
---|---|
From | AnyObject |
To | -- |
Modified SLRequestMethod [enum]
Protocols | |
---|---|
From | Equatable, Hashable, RawRepresentable |
To | -- |