Commit 8a9c699e by Linh Nguyen

Change access level for line in TabBar to open

parent dfaad27c
......@@ -236,7 +236,7 @@ open class TabBar: Bar {
}
/// A reference to the line UIView.
fileprivate let line = UIView()
open let line = UIView()
/// A value for the line alignment.
@objc
......
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