I have very simple iPhone app, which uses just UIButtons
, UIlabels
, UITableView
. without any custom controllers and graphics. How can I convert app to universal with that UI?
One cannot simply run iOS apps on Android devices or vice versa. You also need to keep in mind that both platforms have different operating systems. The native Android or iOS mobile app development requires unique parameters. This includes navigation, interface design, and programming languages.
Cost of converting iOS app to Android The minimum price for a small project is $3000. The cost of converting an iOS app to Android completely depends on the application's complexity, size, and features. Your budget should be between $6000 to $20000 for developing the average feature app.
A universal app is a single app that is optimized for iPhone, iPod touch, and iPad devices. From user's perspective, this provides the best user experience without downloading two different versions of apps. When user opens the universal app on iPhone, one will see the iPhone version.
A Universal Windows app is a software application written in the Windows 8 or Windows 10 codebase that can run not just on a Windows PC, but also on a Windows tablet, smartphone, smartwatch or Xbox as well. Universal Windows apps are designed to function the same way on different form factors.
First update the application target device to Universal.
NSMainNibFile
& NSMainNibFile~ipad
keys.Here is a screenshot of a sample project:
I needed to convert my iPhone App to iPad yesterday and found the easiest way to do it as long as your app is pretty simple. Mine was literally just some tableViews that were set to auto-size. In Targets / Devices just change it from 'iPhone' to 'Universal' and then build your application. This worked very nicely for me. All tableViews were perfectly formatted for the iPad and that is really all I needed.
Note that if you had any other XIB files that were not just tableViews, such as a window with text fields, all you have to do is set them each to resize properly so they stretch and stay at the top and your simple app should be pretty much all set for the iPad.
Obviously you'll need to test it and tweak anything needed but for the most part the above worked magically for me and took literally one second to convert my iPhone app to an iPad app!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With