Classes

The following classes are available globally.

  • A class to query Twitter.

    Usage:

    • Create an instance of it.

    • Call fetchTweets. The handler passed to that method will be called when the information comes back from Twitter.

    • Once a successful fetch has happened, a follow-on TwitterRequest to get more Tweets (newer or older) can be created using the newer/older properties.

    You will only need to use those public properties and methods.

    See more

    Declaration

    Swift

    public class Request : NSObject
  • The UtterKit class provides a few top-level features of the framework. In particular, it provides 1) a method to authenticate an app to Twitter using previously-obtained keys and 2) support for creating and using canned Tweets to facilitate debugging, or if you do not have keys.

    See more

    Declaration

    Swift

    public class UtterKit