Documentation Archive Developer
Search

Social Changes for Swift

Social

DeclarationProtocols
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

Protocols
FromAnyObject
To--

Protocols
FromAnyObject
To--

Protocols
FromEquatable, Hashable, RawRepresentable
To--

Modified SLRequest
Protocols
FromAnyObject
To--

Protocols
FromEquatable, Hashable, RawRepresentable
To--