CosmicMind/Material

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

オープン

#1,284 opened on 2019/12/16

 (1 件のコメント) (0 件のリアクション) (2 人の担当者)Swift (1,259 件のフォーク)batch import
help wantedmaterial

Repository metrics

Stars
 (11,982 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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'

コントリビューターガイド