2013-01-16 94 views

回答

0

不幸的是,沒有。 UIDevice擁有「模特」屬性,但只會返回@「iPhone」和@「iPod touch」等。

UIDevice *currentDevice = [UIDevice currentDevice]; 
NSString *model = [currentDevice model]; 
NSLog(@"Device Model: %@", model); 
相關問題