Skip to content

Commit

Permalink
[NavigationBar] Explain exception for UINavigationBar/MDCNavigationBa…
Browse files Browse the repository at this point in the history
…r comparison.

Summary: Closes https://github.com/google/material-components-ios/issues/286.

Reviewers: #mdc_ios_owners, ajsecord

Reviewed By: #mdc_ios_owners, ajsecord

Subscribers: ajsecord

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D593
  • Loading branch information
jverkoey committed Apr 13, 2016
1 parent 7034aad commit 5187441
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/NavigationBar/README.md
Expand Up @@ -54,7 +54,11 @@ $ pod install

## Overview

Navigation Bar is designed to be a drop-in replacement for UINavigationBar.
Navigation Bar is a drop-in replacement for UINavigationBar with a few notable exceptions:

- No navigationItem stack. Instances of MDCNavigationBar must be explicitly provided with a back
button. TODO(featherless): Explain how to create a back button with Navigation Bar once
https://github.com/google/material-components-ios/issues/340 lands.

The MDCNavigationBar class is a composition of two [Button Bars](../ButtonBar) and a title label or
title view. The left and right Button Bars are provided with the navigation item's corresponding bar
Expand Down

0 comments on commit 5187441

Please sign in to comment.