iT邦幫忙

鐵人檔案

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

白鬍子老頭30天 Swift Ios 系列

邊學邊紀錄

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

Day(7+14) Lecture 9 SmashTagDEMO 加入圖片

先在StoryBoard把layout拉好在inspector可以調內容物高寬的權重建立一個UITableCellClass把outlet拉進去 var t...

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

Day(7+15) Lecture 10 CoreData

CoreData: 用來儲存資料將物件序列化之後儲存在XML,Binary,SQLite CoreData new file一個CoreFileModel,或是...

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

Day(7+16)

今天沒弄出來公休解決一下 第20天的問題Swift also provides two identity operators (=== and !==), wh...

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

Day(7+17) Lecture 11 CoreDataDemo

紀錄一下流程大概是搜尋完 upDateDatabase傳入剛剛搜尋的tweet更新Database 依照id找出Tweet如果有的話就回傳沒有的話就更新 當要s...

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

Day(7+18) Lecture 12 AutoLayout

Align – 對準邊界 Pin – 建立空間約束 Issues – 解決layout問題 Stack – 把東西加入stackView Control...

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

Day(7+19) AutoLayout-2

創造一個明確的Constraint 給他4個東西1.x position2.y position3.width4.height 先從最大的開始做constr...

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

Day(7+20) NSTimer Animation

NSTimer 計時器他會等待某個時間間隔,然後觸發,向目標對象發送指定的消息。 class func scheduledTimer( timeInterval...

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

Day(7+21) Dynamic Animation Demo

這30天已經是在寫日記了寫給自己看的....哈哈 DynamicBehavior可以建立一個 dynamicbehavior的class把你要的behavior...

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

Day(7+22) Core Motion

CoreMotion 獲取裝置資訊的api accelerometer-加速度計 gyro-陀螺儀 magnetometer-磁力 從CMMotionMan...

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

Day(7+23) CoreLocation

CoreLocation 沒有UI CLLocation coordinate //座標 var coordinate: CLLocationCoordinat...

2017-01-14 ‧ 由 maja0270558 分享