2D Toolkit Forum

2D Toolkit => Support => Topic started by: fsadeq on November 06, 2013, 01:55:32 pm

Title: Does UI support native iOS drop down lists?
Post by: fsadeq 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.
Title: Re: Does UI support native iOS drop down lists?
Post by: unikronsoftware 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...
Title: Re: Does UI support native iOS drop down lists?
Post by: fsadeq 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?
Title: Re: Does UI support native iOS drop down lists?
Post by: unikronsoftware 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.