Which of the following allows it to determine if an application is running on iPhone, or if it's running on an iPod Touch?
Correct Answer: NSString *deviceType = [UIDevice currentDevice].model; if([deviceType isEqualToString:@"iPhone"])
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More IOS Technical Test MCQ Questions