I am new to Objective C and IPhone development.
I am using a UIDatePicker in my IPhone Application and my requirement is to allow the user to choose the future date only
Did you try this
[picker setMinimumDate: [NSDate date]];