NSDate *future = [NSDate dateWithString:@"2010-12-25 00:00:00 -0600"];
I'm getting a warning message: NSDate
may not respond to +dateWithString
Any ideas?
NSDate dateFromString is MacOS only, not iOS.
maybe you mean the method in NSDateFormatter?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With