Skip to content

Instantly share code, notes, and snippets.

View mszpro's full-sized avatar
:octocat:
Coding...

シュンジョーァ mszpro

:octocat:
Coding...
View GitHub Profile
@mszpro
mszpro / CalendarView_SwiftUI.swift
Created March 2, 2022 10:28
A calendar view made in SwiftUI by using Lazy Stack.
import SwiftUI
import PlaygroundSupport
import Foundation
import UIKit
struct CalendarView: View {
// 表示される月の任意の日に設定します(通常は1日)
let monthToDisplay: Date