Inherits from UIViewController
Declared in TWTRTweetDetailViewController.h

Overview

A view controller which shows the detailed Tweet content.

Properties

actionBarInset

A value indicating the amount that the action bar should be offset from the bottom of the bar. A positive amount will move the view up while a negative amount will move it down.

@property (nonatomic) CGFloat actionBarInset

Declared In

TWTRTweetDetailViewController.h

backgroundColor

The background color of the view.

@property (nonatomic, null_resettable) UIColor *backgroundColor

Declared In

TWTRTweetDetailViewController.h

delegate

The delegate for this view controller.

@property (nonatomic, weak) id<TWTRTweetDetailViewControllerDelegate> delegate

Declared In

TWTRTweetDetailViewController.h

linkTextColor

A color to apply to links.

@property (nonatomic, null_resettable) UIColor *linkTextColor

Declared In

TWTRTweetDetailViewController.h

primaryTextColor

The primary text color. This value will be applied to the username and tweet text.

@property (nonatomic, null_resettable) UIColor *primaryTextColor

Declared In

TWTRTweetDetailViewController.h

scrollView

The scroll view which is the root view of the view controller. This view is exposed to allow for the adjustment of the scroll view’s contentInset or to interact with the scroll view’s gesture recognizers.

@property (nonatomic, readonly) UIScrollView *scrollView

Declared In

TWTRTweetDetailViewController.h

secondaryTextColor

The secondary text color.

@property (nonatomic, null_resettable) UIColor *secondaryTextColor

Declared In

TWTRTweetDetailViewController.h

tweet

The Tweet being displayed.

@property (nonatomic, readonly) TWTRTweet *tweet

Declared In

TWTRTweetDetailViewController.h

Instance Methods

initWithTweet:

Initializes the receiver with the given tweet.

- (instancetype)initWithTweet:(TWTRTweet *)tweet

Declared In

TWTRTweetDetailViewController.h