2022-01-01から1年間の記事一覧

git: how to revert a sigle file

git

git checkout [commit] -- [filename] How to Reset Changes in a Single File in Git - Simplernerd

SwiftUIのsheetはstateの最新状態を反映しない

下記 Stack overflow の質問そのままの状況に遭遇した。 stackoverflow.com sheet に state を反映させたければ sheet 用の View を作って @Binding すればいいとのこと。 これは初見殺しですな。

Appium's "Get Page Source" command is slow in iOS

using Appium 1.22.2 Get Page Source Source - Appium Appium's "Get Page Source" command in iOS is used to get the application hierarchy XML. It sometimes takes several minutes especially when the page source is large. This is because Apple …

【SwiftUI】リストの下に余白を作る

(宣伝)写真から3Dモデルを作成するiPhoneアプリを開発しました。よかったら使ってみてください。 DDDOGClarity Solutions LLC写真/ビデオ無料apps.apple.com (本題) 【課題】 SwiftUI で、List の下に余白を作りたい。 赤枠のような余白を作りたい 【解…

【SwiftUI】入れ子のObservableObjectで子の変更からViewを再描画させる

(宣伝)写真から3Dモデルを作成するiPhoneアプリを開発しました。よかったら使ってみてください。 DDDOGClarity Solutions LLC写真/ビデオ無料apps.apple.com (ここから本題) SwiftUI の ObservableObject は @Published を指定したメンバ変数の更新を監…

【iPhone】写真からすばやく簡単に3Dモデルを作るアプリDDDOG

撮影した写真から簡単に高品質な3Dモデルを作る iPhone アプリ「DDDOG」を開発しました。 App Store からアプリをインストールできます。 ぜひ使ってみてください! DDDOGClarity Solutions LLC写真/ビデオ無料apps.apple.com アプリを使って写真撮影から3D…