我想要檢測用戶有什麼iDevice
,然後將device name
置於UILabel
。使用以下代碼,應用程序只能檢測到我喜歡擁有iPhone 4/iPod 3G/iPad 1G的iPhone/iPad/iPod ...或確切名稱(iPhone 3.1/iPod 2.0/iPad 2.4)...如何準確檢測iDevice模型?
這裏是我的代碼:
iDevice.text = [UIDevice currentDevice]. localizedModel;
我想這
iDevice.text = [UIDevice currentDevice]. model;
但小巷它sayes iPhone,我喜歡iPhone 3.1
的http://stackoverflow.com/questions/1108859/detect-the-specific-iphone-ipod-touch-model – propstm
我嘗試了所有的這些,但他們的非可能的複製爲我工作:( –
你檢查對我的鏈接接受的答案是什麼?我已經使用過,取得了一些成功。「最完整的UIDevice(硬件)類別可能是http://github.com/erica/uidevice-extension/」 – propstm