Material icon indicating copy to clipboard operation
Material copied to clipboard

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

Open sarakhater opened this issue 6 years ago • 1 comments

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'

sarakhater avatar Dec 16 '19 11:12 sarakhater

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

adamdahan avatar Dec 16 '19 16:12 adamdahan