Passer Rating iOS
1.0
iOS demo project for Xcode 4 Unleashed
|
Classes | |
interface | NSString(LineBreakingExtensions) |
interface | SimpleCSVFile() |
Defines | |
#define | LOCAL_AUTORELEASE 1 |
Variables | |
NSString *const | kCSVErrorLineKey = "kCSVErrorLineKey" |
NSError* userInfo dictionary key for the line on which an error was detected. | |
NSString *const | kCSVExpectedFieldsKey = "kCSVExpectedFieldsKey" |
NSError* userInfo dictionary key for the number of fields in the header line. | |
NSString *const | kCSVActualFieldsKey = "kCSVActualFieldsKey" |
NSError* userInfo dictionary key for the number of fields found in a record line. |
#define LOCAL_AUTORELEASE 1 |
NSString* const kCSVActualFieldsKey = "kCSVActualFieldsKey" |
NSError*
userInfo
dictionary key for the number of fields found in a record line.
(NSNumber
)
NSString* const kCSVErrorLineKey = "kCSVErrorLineKey" |
NSError*
userInfo
dictionary key for the line on which an error was detected.
(NSNumber
)
NSString* const kCSVExpectedFieldsKey = "kCSVExpectedFieldsKey" |
NSError*
userInfo
dictionary key for the number of fields in the header line.
(NSNumber
)