Seuges 頁面的轉換 1.ViewController 之間可以透過Seuges來串接2.當你Seuges到另一個MVC他永遠都是創造一個新的 你要如何使用...
TabBarController 直接control drag 點選viewController就可以新增物件 要設置item的名字雙擊內部MVC的item即可...
記憶體管理 swift使用arc (automatic reference counting)記憶體管理在編譯期間就決定了每個物件都有個retain count...
擴充型別 Extention extention可以讓你新增方法或是屬性在你的class struct enum範例 新增一個方法到UIViewControll...
ScrollView ScrollView 可以利用 UIScrollViewDelegate 跟Controller對話 這邊紀錄一下設置的流程先從Stroy...
ScrollView Zoom 1.加入ScrollViewDelegate2.設定ScrollView的Delegate為UIImageViewControl...
Multithreading 為了讓使用者有良好的使用者體驗像是圖太打載入太久卡住,這時我們就需要用到Mutithreading Queues 先進先出,第一個...
UITextField 像是UILable ,但是是可以調整的 鍵盤會跑出來當UITextField設為first responder 將會自動觸發當你點擊他...
TableView 是UIView的subclass,展現資料在一個Table裡 兩種Style plain style 通常會是動態資料 grou...
百般波折 幾個注意事項 framework 要是Swift3的版本 加入流程先創個workSpace把專案都拉進去,build twitter,把framew...