我是新來的迅速,現在用Fscalender在SWIFT它的正常工作,但我想添加事件到Fscalender,我可以從Json的獲取事件 我想展示在壓光機的事件,我可以嘗試一些代碼,但它不工作得到了一些錯誤,請幫助如何顯示 var EventsData = [Event]()
all events are stored Into Event
fileprivate lazy
我有這樣的代碼: let calendars = EKEventStore().calendars(for: entityType)
for calendar in calendars {
...
createListFrom(calendar: calendar, entityType: entityType)
}
...
newList.name = cale
我想編輯一個從日曆中獲取的事件。我的問題是,我可以看到事件的詳細信息,但編輯按鈕不顯示,所以用戶不能編輯它。 that's what i'm talking about 這是代碼的相關部分 class ViewController: UIViewController, UITextFieldDelegate, UITableViewDelegate, UITableViewDataSource,