File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed 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.0 '
3
+ s . version = '2.12.1 '
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.0 </string >
18
+ <string >2.12.1 </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 @@ -200,6 +200,7 @@ open class TabBar: Bar {
200
200
}
201
201
202
202
/// TabItems.
203
+ @objc
203
204
open var tabItems = [ TabItem] ( ) {
204
205
didSet {
205
206
for b in oldValue {
@@ -287,6 +288,7 @@ fileprivate extension TabBar {
287
288
/// Prepares the tabItems.
288
289
func prepareTabItems( ) {
289
290
shouldNotAnimateLineView = true
291
+
290
292
for v in tabItems {
291
293
v. grid. columns = 0
292
294
v. contentEdgeInsets = . zero
You can’t perform that action at this time.
0 commit comments