In viewDidLoad I show a text on label
[label setText:@"hello"];
and after a certain event I hide it. Now I want a condition to check
if([label.text isEqualToString:@"hello"] is visible on screen for >= 30 seconds)
{
//some code......
}
Please help me to make this check
Are you looking for something like this?
And the condition that you can use: