Thumbnail of post image 127

Swift

やりたい事 ①枠内どこでも反応 ②Tap:Tap用のアクション ③Long Press:Long Press用のアクション 1stアクション コード 結果 やり ...

Thumbnail of post image 111

Swift

以前の記事「SwiftUI Stepper、イメージした形にするにはlabelだけでは出来なかった」に登場していたNumberPlusMinusInputVie ...

Thumbnail of post image 149

Swift

リスト内をランダムで並べ替える Swift Algorithmが便利。 Swift Algorithm準備 Swift Packagesで追加する。 Examp ...

Thumbnail of post image 035

Swift

アプリに対応した設定画面を開く アプリのボタンアクションに下記コードを入れる。 設定画面に遷移します。

Thumbnail of post image 173

Swift

iPadアプリ、M1 Mac上での動作なのか判断する やりたい事、M1 MacでiPadアプリを動かすときにorientationを固定したい。 上記で判断つく ...

Thumbnail of post image 166

Swift

UITextFieldに独自キーボード NumberInputViewや細かい処理は省略。 上部のショートカットバーを非表示にする UITextFieldのin ...

Thumbnail of post image 179

Swift

Device Orientationをコードで制限するには プロジェクトファイルのTARGETS-General-Deployment InfoのDevice ...

Thumbnail of post image 168

Swift

iPad mini 4、iPad Pro 11inch 2nd、iPad Pro 12.9 4thを一画面で確認出来るのはデザイン比較に便利 28インチ(384 ...

Thumbnail of post image 046

Swift

以前の記事「Swift SwiftLog、Extension追加、欲しいログ機能にしてみる」のOSLog版。 Extension コード 使用例 コード 出力

Thumbnail of post image 112

Swift

ボタン(UIView系であればどれでも)を反時計回りで回転アニメーション 開始状態 終了状態 コード これだと時計回りになる 反時計回りにするには 距離の近い方 ...