Hello Guest

Author Topic: Does UI support native iOS drop down lists?  (Read 3559 times)

fsadeq

  • 2D Toolkit
  • Sr. Member
  • *
  • Posts: 353
    • View Profile
Does UI support native iOS drop down lists?
« on: November 06, 2013, 01:55:32 pm »
Hi, was wondering if it's possible to create a drop down list with the UI kit, but have it bring up the native iOS drop-down menu style selector when using it? Is this easy to implement if it's not supported? Thanks.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Does UI support native iOS drop down lists?
« Reply #1 on: November 06, 2013, 02:20:32 pm »
It isn't supported, it might be possible with some UIView trickery though. I think its possible to overlay a UIView on top of a unity view...

fsadeq

  • 2D Toolkit
  • Sr. Member
  • *
  • Posts: 353
    • View Profile
Re: Does UI support native iOS drop down lists?
« Reply #2 on: November 06, 2013, 02:42:07 pm »
I think you're right, it is indeed possible..

Kind of unrelated, but when using the UI TextInput, is there support to detect when the "enter" button has been pressed on iOS?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Does UI support native iOS drop down lists?
« Reply #3 on: November 06, 2013, 08:56:53 pm »
Don't think so, but you could probably modify ListenForKeyboardTextUpdate to fire a message off when this happens.