-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: iOS toolbar small title #18898
Labels
Comments
brandyscarney
added
type: feature request
a new feature, enhancement, or improvement
package: core
@ionic/core package
labels
Jul 25, 2019
brandyscarney
added a commit
that referenced
this issue
Aug 28, 2019
13 tasks
brandyscarney
added a commit
that referenced
this issue
Aug 30, 2019
PR: #19215 Usage: <ion-header>
<ion-toolbar>
<ion-title size="small">Choose a contact to add to Favorites</ion-title>
</ion-toolbar>
<ion-toolbar>
<ion-title>Contacts</ion-title>
<ion-buttons slot="end">
<ion-button>Cancel</ion-button>
</ion-buttons>
</ion-toolbar>
<ion-toolbar>
<ion-searchbar></ion-searchbar>
</ion-toolbar>
</ion-header> Plan to get this in |
brandyscarney
changed the title
feat: iOS toolbar sub title
feat: iOS toolbar small title
Sep 5, 2019
brandyscarney
added a commit
that referenced
this issue
Sep 5, 2019
Updates title to include `small` size and updates searchbar and UI to match native. closes #18898
brandyscarney
added a commit
that referenced
this issue
Sep 16, 2019
Updates title to include `small` size and updates searchbar and UI to match native. closes #18898
brandyscarney
added a commit
that referenced
this issue
Oct 2, 2019
Updates title to include `small` size and updates searchbar and UI to match native. closes #18898
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Feature Request
Ionic version:
[x] 4.x
Describe the Feature Request
Add the iOS 13 subtitle to the toolbar:
"Choose a contact to add to Favorites"
Related Code
Additional Context
The text was updated successfully, but these errors were encountered: