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);
本節以列印出華氏Farenheit-攝氏Celsius對照表來說明「變數」Variables及「算數式」Arithmetic Expressions。以程式來解說,共有四個程式。
使用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不當重疊。
解決方法:
找到這一行,並去掉這一行