iPhone "tab"?

Previous topic - Next topic

mymidlet

Hi,
first post, so hello to everyone.

Just a simple question.
Glbasic support the iPhone tab? (I mean the possibility to switch the scren simply tapping on the icon like favorites, or recents or contact as image post below.




Best
Ale

Kitty Hello

Not internally. You can either write your own wrapper for that (very easy, just tap a rectangle and set the index of the visible pane. Then program the drawing accordinly)
Or, you can use DDgui with the DDgui_tab() function, that gives you a UI with tapable tabs.