Skip to content

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

Description

@sarakhater

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions