Commit da219e20 by M. Porooshani

clean up tabbaritems' color properties and documentation

parent 8611b3c7
...@@ -202,18 +202,11 @@ open class TabBar: Bar { ...@@ -202,18 +202,11 @@ open class TabBar: Bar {
} }
} }
/// Tab bars normal title color. /// TabBar items normal title color.
open var tabItemsNormalTitleColor: UIColor? { open var tabItemsNormalTitleColor: UIColor?
didSet {
}
}
open var tabItemsSelectedTitleColor: UIColor? { /// TabBar items selected title color.
didSet { open var tabItemsSelectedTitleColor: UIColor?
}
}
/// A reference to the line UIView. /// A reference to the line UIView.
open let line = UIView() open let line = UIView()
......
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