As well as runtime checks for deciding on code paths for an iphone/ipad app, is there a conditional compilation flag anywhere that can be used to reduce code size? Apple seems to suggest it in their development notes, but I can't find anything anywhere.
How do others do this?
Thanks
You can use the following function and check for if
isPad
then do code foriPad
else code foriPhone