converting CDR to ISO in MAC 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 3月 23, 2016 Open Terminal and find the cdr file. and Type: "hdiutil makehybrid -iso -joliet -o [NEW FILE NAME].iso [YOUR CDR FILE NAME].cdr" done 閱讀完整內容
[Objective C] Detect if it is using ipad 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 5月 29, 2014 The following code is for detecting ipad or not. #define IPAD UI_USER_INTERFACE_IDIOM () == UIUserInterfaceIdiomPad if ( IPAD ) { // iPad } else { // iPhone / iPod Touch } 閱讀完整內容