I know there is a way but having throuble with search results but i want to see if the user is running a 3GS or if they are running the versions before?
bassicly something like
if (version == 3GS)
//do something
else
//code for earlier versions
I know there are a few ways to do it, so please just put all the ones you know! Thanks!
bassicly something like
if (version == 3GS)
//do something
else
//code for earlier versions
I know there are a few ways to do it, so please just put all the ones you know! Thanks!