Skip to content

Commit

Permalink
issue-924: Fixed NavigationController display in iOS 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed Oct 29, 2017
1 parent 341a3dc commit f5c1d6e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.12.12

* [issue-924](https://github.com/CosmicMind/Material/issues/924): Fixed NavigationController display in iOS 10.

## 2.12.11

* Fixed iPhoneX topLayoutGuide constraints not properly being set for StatusBarController types.
Expand Down
2 changes: 1 addition & 1 deletion Material.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '2.12.11'
s.version = '2.12.12'
s.license = 'BSD-3-Clause'
s.summary = 'A UI/UX framework for creating beautiful applications.'
s.homepage = 'http://materialswift.com'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.12.11</string>
<string>2.12.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/iOS/NavigationBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,6 @@ internal extension NavigationBar {
}

item.titleView = toolbar
item.titleView!.frame = frame
item.titleView!.frame = bounds
}
}

0 comments on commit f5c1d6e

Please sign in to comment.