I want to know how to use a condition saying
if(appHasNewlyLaunced)
{
// read a file
}
else
{
// read another file.
}
Is there any inbuilt class or property to check this. I am new to iOS so it could be a simple one , but I have no idea.
Thanks