I had a local notification and I set repeatInterval like this
notification.repeatInterval = kCFCalendarUnitWeek;
but now kCFCalendarUnitWeek
is deprecated.
What can I use instead of this constant.
Thanks a lot..
I had a local notification and I set repeatInterval like this
notification.repeatInterval = kCFCalendarUnitWeek;
but now kCFCalendarUnitWeek
is deprecated.
What can I use instead of this constant.
Thanks a lot..