Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
月と日を表示するカレンダーを作成したいと考えています。API やライブラリを使用したくありません。カレンダーを作成するアルゴリズムを理解したいです。
これを行う簡単な方法は、1 か月の日数を計算し、カレンダー アプリのようにその日をグラフィカルに表示するルーチンを作成することです。
UIButton毎日を表示し、仮想グリッドとして表示するルーチンを使用できます。すべての行で 7 日間 (日曜日から土曜日まで) を表示し、次の行に移動して次の日を表示する必要があります。
UIButton