what is universal Application?
Answer / babu
An application that can run on both iPhone and iPad is known as universal application. Universal applications having separate user interface for both iPhone and iPad. Based on the screen size you can load the corresponding user interface.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the cpu architectures supported by ios devices?
Difference between coredata & sqlite?
What are ios protocols?
How can mobile application errors be prevented?
What does @dynamic mean?
Explain retain counts in iOS operating system?
What is ios selector?
Can viewdidload be called multiple times?
What major changes released in ios7, ios8, ios9+?
Explain what is a framework?
How to parse xml?
How to convert MVC design pattern to MVVM design patterns