I need to be able to store the current NS Date plus 7 days. I already store the current NSDate. I then want to compare the two dates, to get the number of days difference between the two and display within a label. The idea is to count down from 7 days, to 6 days, to 5 days, etc until it shows 0 and i will remove it from my tableview.
I have been having hard time finding the write code for this, so any help would be greatly appreciated!!!