ios defelopment calling url
Clash Royale CLAN TAG#URR8PPP
ios defelopment calling url
I have an app but I cannot get an image linked up to a url when clicked.
var object = AdObject()
object.imageURL = "https://imageurl.com/images/jpg"
object.url = "https://thisislink.php"
self.objects.append(object)
What am I doing wrong here?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Provided code is ok, but I guess it's not related to the question.
– Fahri Azimov
Aug 10 at 4:07