iphone - How to check what's kind of an iOS Application? -



iphone - How to check what's kind of an iOS Application? -

i new on ios programming. download samples apple website. how know what's kind of sample? view-based, window-based, navigation-based etc.

to add together @steve said ( editing reply time ... set improve had :)), template not create indicator allows find kind of project. of course of study sdk setting , run setting can help understand if iphone or mac.

but if project created standard template, possible understand of template used.

navigate .xcodeproj file corresponding project. cmd + click ( or right click) , take open bundle contents. open .pbxproj file. default open in xcode, search term "template". point right direction.

iphone objective-c ios templates

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -