Jetpack ComposeでLottieのanimationを無限にする方法
今のやりかた LottieAnimation( composition, iterations = LottieConstants.IterateForever, ) 昔のやりかた val co...
8 search resultsShowing 1~8 results
今のやりかた LottieAnimation( composition, iterations = LottieConstants.IterateForever, ) 昔のやりかた val co...
他人数で開発しているrepoのtagsを削除しても、復活されることに遭遇したことあるでしょうか? 理由 ①開発メンバーのローカルのtagsが削除されてなく、Source Treeなどを使う際にp...
Xcode 14.1はWidgetをデバッグできないらしい。 解決方法 1.Select app scheme and run on iOS device (don't stop) 2.Sele...
1.XcodeでApple Store Connectのアカウントをログイン 2.download all profilesを押す 3.windows organizerからcrash レポート...
before struct User: Decodable { let id: Int } struct UserDataSource { // 引数はIntであればなんでも受け入れるように見...
普通にこのカスタマイズを使ったらタップでもボタンの背景色が変わります class CustomButton: UIButton { open override var isHighlighted...
ButtonにBorderをつけるかの処理 struct ContentView: View { @State var showOverlay = false var body: some Vi...
crash report thunk for @escaping @callee_guaranteed (@guaranteed UIAlertAction) -> () + 434428...
8 search resultsShowing 1~8 results
Qiita is a knowledge sharing service for engineers.