2025-10-01から1ヶ月間の記事一覧
github.com 以下のような感じです。 // 画面下部から120px、中央に配置 let centerX = topViewController.view.bounds.width / 2 let bottomY = topViewController.view.bounds.height - 120 view.makeToast("Toast", duration: 100.0, point: CGPoint(x: ce…
Xcode26 - iOS 26、macOS Tahoeの"Designed for iPhone on my Mac" だと"UIActivity View Controller" が失敗する現象 解決法 Xcodeの上部にあるのアプリ名をクリックそれからEdit Scheme → Run → Diagnostics → Metal API Validation を オフでできました。…