Class TWTweetComposeViewController

All Implemented Interfaces:
NSCoding, NSExtensionRequestHandling, NSObjectProtocol, UIActivityItemsConfigurationProviding, UIAppearanceContainer, UIContentContainer, UIFocusEnvironment, UIPasteConfigurationSupporting, UIResponderStandardEditActions, UIStateRestoring, UITraitEnvironment, UIUserActivityRestoring, ObjCProtocol

@Deprecated
public class TWTweetComposeViewController
extends UIViewController
Deprecated.
Deprecated in iOS 6.0.
Since:
Available in iOS 5.0 and later.
  • Constructor Details

    • TWTweetComposeViewController

      public TWTweetComposeViewController()
      Deprecated.
    • TWTweetComposeViewController

      protected TWTweetComposeViewController​(NSObject.SkipInit skipInit)
      Deprecated.
  • Method Details

    • getCompletionHandler

      public VoidBlock1<TWTweetComposeViewControllerResult> getCompletionHandler()
      Deprecated.
    • setCompletionHandler

      public void setCompletionHandler​(VoidBlock1<TWTweetComposeViewControllerResult> v)
      Deprecated.
    • setInitialText

      public boolean setInitialText​(String text)
      Deprecated.
    • addImage

      public boolean addImage​(UIImage image)
      Deprecated.
    • removeAllImages

      public boolean removeAllImages()
      Deprecated.
    • addURL

      public boolean addURL​(NSURL url)
      Deprecated.
    • removeAllURLs

      public boolean removeAllURLs()
      Deprecated.
    • canSendTweet

      public static boolean canSendTweet()
      Deprecated.