wolf71
Jun 23, 2014 - 23:35
The new UI lib is very powerful. but need more demo code.
- How to add a timer on ui,so can get a stock price list every 30S.
- How to add more subview, so can switch subview when click a tab.
The new UI lib is very powerful. but need more demo code.
I think you should check the Pythonista forums where we talk more of ui module
You can switch between sub views using the View add_subview and remove_subview methods.
So you could start with subview 1 active then remove it and add subview 2 to replace it.