en

hi, it seems you are using microsoft internet explorer. it doesn't match web standard and causes problems browsing this site. please please please use mozilla firefox or google chrome instead. thank you!

zh

哦哦!您正在使用Internet Explorer 瀏覽器,它與我們的網頁標準並不相容,可能會導致畫面顯示不正常。
請改用 Mozilla Firefox 或者 Google Chrome 才能正常瀏覽本網站,謝謝!

5.03.2011

取得裝置名稱的方法

 

這裡指的裝置名稱就如同使用者在 iTunes 可以編輯的裝置名稱,要取得裝置名稱的方式非常簡單,其程式碼如下。

//取得目前裝置
UIDevice *device = [UIDevice currentDevice];

//輸出
deviceLabel.text = [device name];






沒有留言:

張貼留言