TWTRTweetDetailViewController Class Reference
| Inherits from | UIViewController |
| Declared in | TWTRTweetDetailViewController.h |
Tasks
-
tweetproperty -
delegateproperty -
scrollViewproperty -
backgroundColorproperty -
primaryTextColorproperty -
secondaryTextColorproperty -
linkTextColorproperty -
actionBarInsetproperty -
– initWithTweet:
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 actionBarInsetDeclared In
TWTRTweetDetailViewController.hbackgroundColor
The background color of the view.
@property (nonatomic, null_resettable) UIColor *backgroundColorDeclared In
TWTRTweetDetailViewController.hdelegate
The delegate for this view controller.
@property (nonatomic, weak) id<TWTRTweetDetailViewControllerDelegate> delegateDeclared In
TWTRTweetDetailViewController.hlinkTextColor
A color to apply to links.
@property (nonatomic, null_resettable) UIColor *linkTextColorDeclared In
TWTRTweetDetailViewController.hprimaryTextColor
The primary text color. This value will be applied to the username and tweet text.
@property (nonatomic, null_resettable) UIColor *primaryTextColorDeclared In
TWTRTweetDetailViewController.hscrollView
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 *scrollViewDeclared In
TWTRTweetDetailViewController.hInstance Methods
initWithTweet:
Initializes the receiver with the given tweet.
- (instancetype)initWithTweet:(TWTRTweet *)tweetDeclared In
TWTRTweetDetailViewController.h