Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sarakhater opened this issue Dec 16, 2019 · 1 comment
Open

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

sarakhater opened this issue Dec 16, 2019 · 1 comment

Comments

@sarakhater
Copy link

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
Copy link
Contributor

Duplicate ticket: CosmicMind/Samples#133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants