Skip to content

Commit

Permalink
update docs for largeTitleDisplayMode
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet committed Dec 12, 2017
1 parent 303986c commit e9dc0b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Stripe/PublicHeaders/STPPaymentContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,14 @@ NS_ASSUME_NONNULL_BEGIN
The mode to use when displaying the title of the navigation bar in all view
controllers presented by the context. The default value is `automatic`,
which causes the title to use the same styling as the previously displayed
navigation item.
navigation item (if the view controller is pushed onto the `hostViewController`).
If the `prefersLargeTitles` property of the `hostViewController`'s navigation bar
is false, this property has no effect and the navigation item's title is always
displayed as a small title.
If the view controller is presented modally, `automatic` and
`never` always result in a navigation bar with a small title.
*/
@property (nonatomic, assign) UINavigationItemLargeTitleDisplayMode largeTitleDisplayMode;

Expand Down

0 comments on commit e9dc0b4

Please sign in to comment.