CalendarView icon indicating copy to clipboard operation
CalendarView copied to clipboard

Code initialization problem

Open Geoege-xll opened this issue 2 years ago • 0 comments

Version 1.9.8 is added to the view via initframe and the display is blank

var calendarView = CalendarView(frame: CGRect(x: 20, y: 20, width: 400, height: 300))
 addSubview(calendarView)

Geoege-xll avatar Jul 19 '21 08:07 Geoege-xll