CalendarRendererView
struct CalendarRendererView : View
Undocumented
-
Undocumented
Declaration
Swift
@ObservedObject var controller: CalendarRendererController { get set }
-
Undocumented
Declaration
Swift
@State var scrollPosition: ASCollectionViewScrollPosition? { get nonmutating set }
-
Declaration
Swift
var body: some View { get }
-
Undocumented
Declaration
Swift
func sections(withCalcs calcs: CalendarCalculations) -> [ASSection<Date>]
-
Undocumented
Declaration
Swift
func section(forMonth month: Date, withCalcs calcs: CalendarCalculations) -> ASSection<Date>