CosmicMind/Material
View on GitHubValue of type '(TabBar, TabItem) -> ()' has no member 'buttons'
Open
#1,284 opened on Dec 16, 2019
help wantedmaterial
Description
in xcode 11 , swift5
@IBOutlet weak var tabBar: TabBar! var buttons :[UIButton] = [] self.tabBar.buttons = buttons; ==>this line self.tabBar.buttons = buttons; ==> give me this error ==> Value of type '(TabBar, TabItem) -> ()' has no member 'buttons'