我想从魔术记录中显示FSCalender中的事件吗?

时间:2019-04-10 08:51:39

标签: swift

我想从保存的FSCalendar中在date中显示事件。谁按日期选择器存储。但是日期存储在魔术记录中,并且它是字符串格式,因此该怎么做?

func calendar(_ calendar: FSCalendar, numberOfEventsFor date: Date) -> Int {
    let data = SubTaskList.mr_findAll(with: NSPredicate(format: "date == %@", "\(String(describing: task?.date))"))
        print(task?.date as Any)
        return (data?.count)!
    }

0 个答案:

没有答案