I a new to Objective C and iphone development. I read somewhere that I need to import the header files of foundation framework in my files where I want to use them. But I saw a sample Iphone project which was using NSString, NSDate, NSArray etc but there was never a statement like #import Foundation.h or #import NSString.h or so.
I a new to Objective C and iphone development. I read somewhere that I
Share
look at the supporting files there will be a file yourprojectname-Prefix.pch open that up..
there you will se something like…
this is automatically added to your file.