Is there Android Intent concept in iPhone SDK -
just switching android iphone. in android can make several apps , use tabview call each app intent.
in iphone, can make several apps. need tab call each apps or app views. there similar concept intent in iphone? switched iphone, copying other projects tabbar not work out. if have other methods solve, appreciate. thanks,
android , ios different in regard. android open letting use intents mix , match activities other apps. ios isn't that; each app runs in own private space , cannot see other apps' data, let alone use services. is possible cause other apps run via custom urls, that's not same thing.
what you'll need copy or move code view controllers, views, etc. of various ios apps tab bar app project. you'll build them single application, , tab bar switch between view controllers.
Comments
Post a Comment