CosmicMind / CosmicMind/Samples

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

Open
#133 1 comment 0 reactions 1 assignee Claimed by @adamdahan View on GitHub
great first issue samples
Dominant language
Swift
Stars
401
Forks
253
PR merge metrics
No merged PRs in 30d

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'

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.