In iOS 7.0 the NSWeekCalendarUnit
has been deprecated. The documentation says it has to be replaced:
Use NSCalendarUnitWeekOfMonth or NSCalendarUnitWeekOfYear, depending on which you mean
I am using NSWeekCalendarUnit
for weekly reminders, which one do I have to pick to get the same meaning? I dont understand the difference between NSCalendarUnitWeekOfMonth
and NSCalendarUnitWeekOfYear
.
Someone has asked the same question here on SO, without an convincing answer.
It quite confusing. Next week
is in my understanding atomic. Today is Sun 30 March 2014
. Hence Next week
will always be Sun 6 March 2014
. How could that change from a month or year perspective?