2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
Mobile Development
選手 49 文章 1310
Day 21
2023-09-21
613
0
在前面這兩天有聊到 NavigationStack 和 NavigationLink 。NavigationStack 可以創建出 UINavigationC...
Day 19
2023-09-29
611
0
今天要來說明Compose中為元件添加動態顯示的互動效果,這個功能是Compose原生建立的 不需要 額外在gradle依附元件(implementation...
Day 6
2023-09-16
611
0
今天要來補完剩下的一些註解標籤。 @Component.Builder和@BindsInstance @Component.Builder@Componen...
Day 5
2023-09-15
611
0
TextView當中還有另一種元件EditText,也就是輸入框,它可以讓使用者輸入不同格式的資料。 以下列舉幾種常用的EditText及其對應功能: Pla...
Day 4
2023-09-14
611
0
如何匯入Realm的資料庫套件1.首先先在桌面建立一個xcode project2.再來打開終端機 cd 資料夾路徑3.輸入 pod init輸入完之後打開資料...
Day 27
2023-09-30
610
0
Part1: 今日目標 1.前言2.內容3.提問4.參考連結 Part2: 今日內容 1.前言 2.內容: Part_3: User interface, Wi...