Commit 8a60cd20 by Matt Kiazyk Committed by GitHub

Allow tabItem to be overwritten

parent f5c1d6e4
......@@ -41,7 +41,7 @@ public enum TabBarAlignment: Int {
extension UIViewController {
/// tabItem reference.
public private(set) var tabItem: TabItem {
@objc open private(set) var tabItem: TabItem {
get {
return AssociatedObject.get(base: self, key: &TabItemKey) {
return TabItem()
......
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