I am using a datePicker
and trying to establish the minimum date as the current date and the maximum being a week from today. I cannot seem to get the max working. Here is my code:
calendarView.minimumDate = todaysDate
calendarView.maximumDate = [todaysDate .dateByAddingTimeInterval(60*60*24*10)]