Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Delay from textfield xcode mac

How can I fix this error:

Sending 'NSString *_strong' to parameter of incompatible type 'NSTimeInterval' (aka 'double')

For this code:


NSString *PezaniTime = Pezani_CheckUpdatesAfterTime_TextField.stringValue;

[self performSelector:@selector(PezaniCheckVersionTime) withObject:@"" afterDelay:PezaniTime];

Posted on Mar 1, 2015 12:33 PM

Reply
1 reply

Delay from textfield xcode mac

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.