我在我的项目中使用日历视图。对于日历视图,我使用的是 MBCalendarKit。When month mode is selected/displayed then I want to show only month name and hide date rows.
使用numberOfRows属性我们可以获得行数,但是是否有任何可变属性或函数可以将行数设置为零?
我在我的项目中使用日历视图。对于日历视图,我使用的是 MBCalendarKit。When month mode is selected/displayed then I want to show only month name and hide date rows.
使用numberOfRows属性我们可以获得行数,但是是否有任何可变属性或函数可以将行数设置为零?