Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Material
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
Material
Commits
7ba79cc9
Unverified
Commit
7ba79cc9
authored
Apr 25, 2017
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated public members to open for NavigationItem
parent
9f00b30f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Sources/iOS/NavigationItem.swift
+9
-9
No files found.
Sources/iOS/NavigationItem.swift
View file @
7ba79cc9
...
...
@@ -144,7 +144,7 @@ extension UINavigationItem {
}
/// Should center the contentView.
public
var
contentViewAlignment
:
ContentViewAlignment
{
open
var
contentViewAlignment
:
ContentViewAlignment
{
get
{
return
navigationItem
.
contentViewAlignment
}
...
...
@@ -154,18 +154,18 @@ extension UINavigationItem {
}
/// Content View.
public
var
contentView
:
UIView
{
open
var
contentView
:
UIView
{
return
navigationItem
.
contentView
}
/// Back Button.
public
var
backButton
:
IconButton
{
open
var
backButton
:
IconButton
{
return
navigationItem
.
backButton
}
/// Title text.
@nonobjc
public
var
title
:
String
?
{
open
var
title
:
String
?
{
get
{
return
titleLabel
.
text
}
...
...
@@ -176,12 +176,12 @@ extension UINavigationItem {
}
/// Title Label.
public
var
titleLabel
:
UILabel
{
open
var
titleLabel
:
UILabel
{
return
navigationItem
.
titleLabel
}
/// Detail text.
public
var
detail
:
String
?
{
open
var
detail
:
String
?
{
get
{
return
detailLabel
.
text
}
...
...
@@ -192,12 +192,12 @@ extension UINavigationItem {
}
/// Detail Label.
public
var
detailLabel
:
UILabel
{
open
var
detailLabel
:
UILabel
{
return
navigationItem
.
detailLabel
}
/// Left side UIViews.
public
var
leftViews
:
[
UIView
]
{
open
var
leftViews
:
[
UIView
]
{
get
{
return
navigationItem
.
leftViews
}
...
...
@@ -207,7 +207,7 @@ extension UINavigationItem {
}
/// Right side UIViews.
public
var
rightViews
:
[
UIView
]
{
open
var
rightViews
:
[
UIView
]
{
get
{
return
navigationItem
.
rightViews
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment