Quote:
Originally Posted by mrshow555
Great, thanks! I guess I can put the google map url in the database and then just need to figure out how to have the link code refer to the database cell with the url...
|
Yeh, so just pull the data (url) from the database, store it as an NSString and then refer to that NSString instead of a static piece of code in the openURL method.