Commit f5c1d6e4 by Daniel Dahan

issue-924: Fixed NavigationController display in iOS 10.

parent 341a3dc1
## 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.
......
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'
......
......@@ -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>
......
......@@ -231,6 +231,6 @@ internal extension NavigationBar {
}
item.titleView = toolbar
item.titleView!.frame = frame
item.titleView!.frame = bounds
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment