How can I change the IOS keyboard color to dark...in Objective C to change the keyboard in app level you use the appearance identifier. How can it be done in Delphi

Comments

  1. Technically you don't need the TFrame at all. It could have just been in a straight TRectangle. However, the TFrame lets you have the code in a separate unit if you need it. I mainly use TLayout and TRectangle for everything. TFrame makes it easy to cut and paste your dialog into a new project though (if any of the logic is in it's unit). Under IOS a TForm can be transparent.

    ReplyDelete
  2. Don' know what is the connection between TFrrame and changing the keyboard color in IOS?

    ReplyDelete
  3. Ah, phone fail, sorry. I was answering another question about TFrame in the wrong box.

    ReplyDelete

Post a Comment