2023-09-01から1ヶ月間の記事一覧
/// Swaps the display order of two child view controllers within their parent view controller. /// /// This method is used to adjust the z-ordering of the views associated with two child view controllers. /// It's particularly useful when …
Unable to install iOS 17 Simulator runtimeみたいなエラーが出た。 https://developer.apple.com/forums/thread/737648 iOS_17_Simulator_Runtime.dmg をダウンロードする。 その後ダウンロードしたフォルダで以下のコマンド。 xcrun simctl runtime add i…
https://github.com/RafaelBarbosatec/bonfire v3.0.0を使うのがいい。 bonfireでのExampleのメモ
Godot(ゴドー)試す。 今から始める『Godot Engine』 を参考にした。 ダウンロード https://godotengine.org/download/macos/ 2つあった。.NETなしでいいや。 Godot Engine with .NET Support: .NETを使用してスクリプトを書くことができます(主にC#)。 …
Getting started with .NET MAUI (iOS) on an M1 Mac.
https://developers.miro.com/docs
iOS 13から登場した以下の方法 ※今回 _ にしているが、実際の値は(sectionIndex, environment) self.collectionView.collectionViewLayout = UICollectionViewCompositionalLayout { _, _ in // セルの高さ let cellHeight: CGFloat = 54.0 // セルの上下左…
XcodeへのGitHubアカウントの設定 | 現役のプログラマーが書くプログラミング情報 なんだこれ? https://github.com/settings/tokens?type=beta
go get -d github.com/作者の名前/ツールの名前でいつもGitHubとかからインストールしているかと思うが、 ローカルに git clone したものはカレントディレクトリに移動して go install でインストールできる。 $GOPATH/bin が $PATH に含まれているか確認 Go…
TypeScriptをサポートしているECサイトのフレームワークやライブラリはいくつか存在します。以下は主なものをいくつか挙げてみました: Next.js with Commerce.js: Next.js はReactベースのフレームワークで、サーバーサイドレンダリングや静的サイト生成が…