PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

Dropdown in iOs left aligned #124

Closed Macarthurval closed 7 years ago

Macarthurval commented 7 years ago

I don't know if this is the default behaviour, but in iOs the UIPickerView items are left aligned. I tried to fix this without success.

simulator screen shot 08 08 2017 10 49 02 p m

However, in the image of the readme it appears centered. So, this is a bug, or I am missing something?

Thanks in advance.

PeterStaev commented 7 years ago

Hey @Macarthurval , this is per design. The items in the drop down follow the text alignment of the "label". If you want different alignments you will have to use the workaround mentioned here: https://github.com/PeterStaev/NativeScript-Drop-Down/issues/93#issuecomment-303311562