Hi,
Here is what I have:
smallURL:(@"bundle://image.jpg")
this line will display me a picture store in the local path, no problem everything works fine. Now I'm using an object because the name for my picture will be store in my database, so I want to use the line like that:
smallURL:(@"bundle://%s", [visuel lpath])
My problem is "%s" its not working do I have to use %@, %i... can someone help me and explain all the diference..
Thanks,