Designing IOS apps
Posted: Wed Oct 29, 2014 2:37 pm
I have recently completed a full manufacturing and sales application written with MySQL as the backend. I now want to translate this app into an IOS app and I have a couple of questions:
- How do externals work? Since DLL files need to be included, how is this achieved?
- My app is made up of many sub-stacks, how do sub stacks work in ios apps?
- Do I still use a splash stack for the standalone?