iOS开发入门
本文记录自己如何从无到有学习iOS开发。本人背景如下:iOS零基础,学过C++。
1. kidscoding教程
该教程编写环境为:Xcode5+iOS7,虽然有些过时,但是讲解详细,非常适合入门。本人环境为Xcode7+iOS9,学习过程中遇到以下几个问题,特此记录。
(1) xcode7、iOS9 设置启动图片(Launch Image)。
(2) 在学习教程第二部分第24章时,遇到了一个问题:iOS navigation has no navigation item。
(3) 在学习local notification时,didReceiveLocalNotification not called,解决办法见https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/IPhoneOSClientImp.html
(4) UILocalNotificationDefaultSoundName no sound, 解决办法见http://stackoverflow.com/questions/24936990/localnotification-uilocalnotificationdefaultsoundname-on-ios-7-1-simulator-doe