0

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 ?

4

2 に答える 2

0

ここで何かが明確ではありません:-

1>クライアントサイドから、変更された画像を使用してサーバーにリクエストを送信し、対応する文字列を取得できます(テーブルには、画像ごとに文字列を保存する必要があります)。

2>ディクショナリを使用して、対応するすべてのimageNameのキー(文字列)を格納し、それをディクショナリに格納できます。永続ストレージが必要な場合は、coredataまたはsqliteを使用できます。

画像と文字列の両方が同時に表示されるようにするには、activityIndi​​catorを表示できます。

于 2012-05-15T14:10:39.853 に答える
0

imageviewのタグを使用して、各文字列を画像ビューのタグで保存できます。

于 2012-05-15T14:02:00.497 に答える