How do you change the font style and size of an iOS list picker?

Comments

  1. I just use a new form with a TListView in it. Then you have full control and it works great on every device.

    ReplyDelete
  2. Eli M how can you change the font and size of a picker list for example a ios native date picker list.

    ReplyDelete
  3. Find where Delphi creates the IOS native control. Copy that source file to your project. Edit the source code to change it how you want.

    ReplyDelete

Post a Comment