UIKit
含有「UIKit」共 2 篇內容
全部內容
發佈日期由新至舊
CHENGYANG的沙龍
2025/07/20
WWDC25 Build a UIKit app with the new design
Tab views and split views UITabBarController, UISplitViewController 有更新 Liquid Glass 外觀 UITabBarController minimize tab bar on scroll
#
WWDC
#
iOS
#
Swift
1
留言
Michelle Chen的沙龍
2024/06/11
UIEdgeInsets用法
UIEdgeInsets 是一個結構體,用來表示矩形的邊距。它通常在視圖佈局中使用,用於修改視圖的框架(frame)。邊距值可以是正數或負數,這會對矩形的大小產生不同的影響。 UIEdgeInsets 結構體 UIEdgeInsets 結構體包含四個屬性: top:矩形頂部的邊距 left:
#
UIEdgeInsets
#
UIKit
#
Swift
6
留言