CosmicMind/Material

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

開放

#1,284 建立於 2019年12月16日

 (1 則留言) (0 個反應) (2 位負責人)Swift (1,259 個分叉)batch import
help wantedmaterial

倉庫指標

星標
 (11,982 顆星)
PR 合併指標
 (30 天內沒有已合併 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'

貢獻者指南