CosmicMind / Material

A UI/UX framework for creating beautiful applications.
http://cosmicmind.com
MIT License
11.99k stars 1.26k forks source link

Value of type '(TabBar, TabItem) -> ()' has no member 'buttons' #1284

Open sarakhater opened 4 years ago

sarakhater commented 4 years ago

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'

adamdahan commented 4 years ago

Duplicate ticket: https://github.com/CosmicMind/Samples/issues/133