I have a label on top of the image view. Every time some one pushes the button the label is filled with a string that comes from a server. I have a button that calls the picker to select a photo from the picker but the label obviously keeps empty..
How can i make sure the string will be saved with the photo and when i call it back with the picker it fills the label again...
I need some tips/help...
i am using ASIHTTPREQUEST asynchronical call to fill the label...so it does not hang up...thats best practice right ? or should i use nsurl and nsstring with format ?