Commit 41953dcf by Daniel Dahan Committed by GitHub

Merge pull request #949 from MattKiazyk/master

Allow tabItem to be overwritten
parents 9361b083 8a60cd20
......@@ -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