Commit da219e20 by M. Porooshani

clean up tabbaritems' color properties and documentation

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