1

I'm developing iOs with GeneXus. When I use combos, selectors and pickers, the default selector icon is a "i" symbol inside the control.

Is there any way of customizing this?

enter image description here

matiash
  • 54,791
  • 16
  • 125
  • 154
Jaime
  • 159
  • 2
  • 10

1 Answers1

3

In the iOS Theme, in the Application theme class, there are two properties:

  • Prompt Image
  • Date Picker Image

They are set to "(none)" by default and use the platform icon, but you can use your own custom images.

Marcos Crispino
  • 8,018
  • 5
  • 41
  • 59