CosmicMind / Samples

Sample projects using Material, Graph, and Algorithm.
http://cosmicmind.com
BSD 3-Clause "New" or "Revised" License
402 stars 262 forks source link

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

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

@sarakhater Which sample are you in? Can you send me a link to the source file?