2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
Mobile Development
選手 49 文章 1310
Day 23
2023-10-04
201
0
上一篇講 Error handling 是指 Error 在 URLSession 時發生,可能是 4 開頭或 5 開頭的 Error。但有另一種可能,後端 H...
Day 12
2023-09-27
200
0
今天是實作Firebase的功能:程式碼如下 import UIKit import FirebaseAuth import Firebase class Me...
Day 19
2023-10-04
200
0
昨天我們做DetailPage的時候有寫到這段程式碼,也認識了新的元件GestureDetector,但是現在點擊畫面還不能打開指定的網頁,因為裡面的URLLa...
Day 5
2023-09-20
199
0
今天要來聊聊flutter是怎麼長出一顆完整的樹的我們先看程式碼 void main() { runApp( const Center(...
Day 20
2023-10-01
197
0
step1: 開好測試 class 後,將 TapCounterViewController 設成 sut,把 FakeUserDefaults 設定好變數。在...
Day 18
2023-09-29
196
0
接下來進行新增股票的 StockRecordInputView 和 RecordStore 的組裝。SettlementRemindInputView 中加入這...