iT邦幫忙

鐵人檔案

2017 iT 邦幫忙鐵人賽
回列表
自我挑戰組

白鬍子老頭30天 Swift Ios 系列

邊學邊紀錄

參賽天數 7 天 | 共 30 篇文章 | 7 人訂閱 訂閱系列文 RSS系列文
DAY 7

Day(7+4) Lecture 6 Seuges

Seuges 頁面的轉換 1.ViewController 之間可以透過Seuges來串接2.當你Seuges到另一個MVC他永遠都是創造一個新的 你要如何使用...

2016-12-26 ‧ 由 maja0270558 分享
DAY 7

Day(7+5) Lecture 6 FaceitDemo,ViewController Life Cycle

TabBarController 直接control drag 點選viewController就可以新增物件 要設置item的名字雙擊內部MVC的item即可...

2016-12-27 ‧ 由 maja0270558 分享
DAY 7

Day(7+6) Lecture 7 -1 weak strong unknowed , closures

記憶體管理 swift使用arc (automatic reference counting)記憶體管理在編譯期間就決定了每個物件都有個retain count...

2016-12-28 ‧ 由 maja0270558 分享
DAY 7

Day(7+7) Lecture 7 -2 Extention Protocol Delegation

擴充型別 Extention extention可以讓你新增方法或是屬性在你的class struct enum範例 新增一個方法到UIViewControll...

2016-12-29 ‧ 由 maja0270558 分享
DAY 7

Day(7+8) Lecture 7 -3 ScrollView

ScrollView ScrollView 可以利用 UIScrollViewDelegate 跟Controller對話 這邊紀錄一下設置的流程先從Stroy...

2016-12-30 ‧ 由 maja0270558 分享
DAY 7

Day(7+9) Lecture 8-1

ScrollView Zoom 1.加入ScrollViewDelegate2.設定ScrollView的Delegate為UIImageViewControl...

2016-12-31 ‧ 由 maja0270558 分享
DAY 7

Day(7+10) Lecture 8-2

Multithreading 為了讓使用者有良好的使用者體驗像是圖太打載入太久卡住,這時我們就需要用到Mutithreading Queues 先進先出,第一個...

2017-01-01 ‧ 由 maja0270558 分享
DAY 7

Day(7+11) Lecture 8-3 TextField

UITextField 像是UILable ,但是是可以調整的 鍵盤會跑出來當UITextField設為first responder 將會自動觸發當你點擊他...

2017-01-02 ‧ 由 maja0270558 分享
DAY 7

Day(7+12) Lecture 9-1 TableView

TableView 是UIView的subclass,展現資料在一個Table裡 兩種Style plain style 通常會是動態資料 grou...

2017-01-03 ‧ 由 maja0270558 分享
DAY 7

Day(7+13) Lecture 9-2 卡關了

百般波折 幾個注意事項 framework 要是Swift3的版本 加入流程先創個workSpace把專案都拉進去,build twitter,把framew...

2017-01-05 ‧ 由 maja0270558 分享