iPhone SDK開發範例大全:2010年05月13i日星期四
iPhone SDK開發範例大全是本中文書,用途為開發iPhone程式,悅知文化2009年五月首版一刷,羅友志譯。本書譯自
"The iPhone Developer's Cook Book / Building Application with the iPhone SDK 1st Edition"
原作者:Erica Sadun
可由erica網站下載其1st Edition上的Sample code。
讀後感:
本書的結構很好,共十一章,使用Xcode來開發iPhone程式的基本技巧都涵蓋了,例如:
- 第一章-iPhone SDK:Xcode、Interface Builder
- 第二章-視圖界面:UIView、UIWindow
- 第三章-視圖控制:UIViewController
- 第四章-使用者提醒:UIActionSheet、UIAlertView
- 第五、六章-表格:UITableView
- 第七章-媒體:Document、UIImage、UIWebView、UIImagePickerController、MPMoviePlayer、MPMoviePlayerController
- 第八章-控制界面:UIButton、UIControl、UITextField、UITextView、UISearchBar、UICalloutView、UIPageControl、UITabBar
- 第九章-聯絡、定位、狀態:AddressBook.framework、AddressBookUI.framework、ABPerson、CLLocationManager、NSXMLParser、NSScanner、UIDevice、UIAccelerometer
- 第十章-線上服務:CFBundleURLTypes、CFBundleURLName、CFBundleURLSchemes、sqlite3_prepare_v2...、SecItemAdd、SecItemUpdate、SecItemCopyMatchin、SecItemDelete、UIApplicationDelegate(Puch Notification)
- 第十一章:封面辰示Cover Flow: UICoverFlowLayer
翻譯的文字有些不清楚,有些太簡略,對初學者不利,最好是由erica網站下載其1st Edition上的Sample code,對照著看。在本網站中,我已試圖將Sample code一一拿出來解析,並集結成冊,尚未完成,目標是將erica網站該中1st Edition的每個sample code化為一篇文字,說明該sample code, 以幫助閱讀本書。
基本上,這本書既適合初學者也適於作為日後工具書之用,需注意兩點: