iOS8 Swift Cheat sheet:Swift/iOS8 的小抄。
Swift Cheat Sheet:Swift小抄。
iOS-blog:許多iOS8/Swift 教學。
Swift Tutorial - A quick start:快速上手Swift程式例子。
iOS7有許多改變,尤其是UI,UISwitch在iOS7改變了大小。
iOS7的UISwitch是51x31,而iOS7之前UISwitch是79x27,所以:
UISwitch的位置會有所改變,需要用程式來更改其位置。例如使用center來更改其位置:
pagingEnabled.center = CGPointMake( spacing + self.pagingEnabled.frame.size.width / 2, pagingEnabled.center.y);
使用Dev-C++的求助Help,若出現「無法取得程式畫面」(如下圖),則需下載windows元件,windows7及windows8較會發生此情形。
有了iOS7,必需將Xcode升級到Xcode 5,但是iOS simulator只有iOS7。若要測iOS6,該如何做?
status bar 在 iOS7 和下方的Application area出現重曡現象,這問題無解,可以做的事情是譲status bar看起來不明顯。
當發生iOS Simulator failed to install the application時
iOS Simulator/Reset Content and Settings
http://stackoverflow.com/questions/12932750/ios-simulator-failed-to-install-the-application
做app時常需一些圖檔,例如icon.png、Default.png,以下介紹用Fireworks2004合成文字圖片。
一般UIPageViewController 使用viewControllerBeforeViewController及viewControllerAfterViewController來轉換到上一頁或下一頁,但是若想跳頁的話,怎麼辦?使用transitionFromViewController。
當手動來轉換至UIPageViewController時,若出現Unbalanced calls to begin/end appearance transitions for UIPageViewController:,這表示兩個UIPageViewController不當重疊。
解決方法:
找到這一行,並去掉這一行
Thread1:Program received signal:"SIGABRT"
這是由Xcode4.6.2產生的project,修改Deployment Target 5.0後,Product/Run在iPhone5.0 simulator或iPad5.0simulator時,所產生的錯誤。若Product/Run在iPhone5.0 simulator或iPad5.0simulator時,不會有問題。
在UIWebView中如果直式瀏覽中文?
使用JavaScript,在「webViewDidFinishLoad:」內加入:
在Xcode4.6.2 Download wwdr的方法:
過去在developer網頁中download wwdr很直覺,現在(2013-07-19)找不到了,所以從Xcode download