Skip to content

How can I make my McPickerView Multiline in swift? #57

Description

@AndrewFakher

I have an McPickerView how can I make it multiline? I have some long text.

Here is my code :
```
let customLabel = UILabel()
customLabel.textAlignment = .center
customLabel.lineBreakMode = .byWordWrapping
customLabel.numberOfLines = 0
customLabel.sizeToFit()
mcPickerView.label = customLabel


**but nothing changed it still one single line.**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions