0
시작 및 종료 날짜를 사용하여 알림을 필터링하는 방법 let predicate = eventStore.predicateForIncompleteRemindersWithDueDateStarting(today, ending:tomorrow, calendars: [])
필터에이 방법을 사용하고 있지만 null 값을 얻고 있습니다.시작 및 종료 날짜를 사용하는 swift2 필터 알림
일정 저장소의 빈 배열'[] '을 (를) 검색하도록 요청했을 수 있습니다. '캘린더 : 아니요 '라고하면 원하는대로 할 수 있습니까? – hnh