CosmicMind/Material

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

Aperta

#1284 aperta il 16 dic 2019

 (1 commento) (0 reazioni) (2 assegnatari)Swift (1259 fork)batch import
help wantedmaterial

Metriche repository

Star
 (11.982 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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'

Guida contributor