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'

贡献者指南