File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.12.12
2
+
3
+ * [ issue-924] ( https://github.com/CosmicMind/Material/issues/924 ) : Fixed NavigationController display in iOS 10.
4
+
1
5
## 2.12.11
2
6
3
7
* Fixed iPhoneX topLayoutGuide constraints not properly being set for StatusBarController types.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Material'
3
- s . version = '2.12.11 '
3
+ s . version = '2.12.12 '
4
4
s . license = 'BSD-3-Clause'
5
5
s . summary = 'A UI/UX framework for creating beautiful applications.'
6
6
s . homepage = 'http://materialswift.com'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.12.11 </string >
18
+ <string >2.12.12 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -231,6 +231,6 @@ internal extension NavigationBar {
231
231
}
232
232
233
233
item. titleView = toolbar
234
- item. titleView!. frame = frame
234
+ item. titleView!. frame = bounds
235
235
}
236
236
}
You can’t perform that action at this time.
0 commit comments