0
在我的聊天視圖中,用戶可以發送短信,位置或圖像。 位置和圖像由UIButton表示。 如何處理有關圖像或位置信息顯示在選擇器的功能?iPhone:與不同行爲按鈕的聊天視圖
我使用此代碼上的每個按鈕添加一個動作:
[locationButton addTarget:self action:@selector(seeUserLocation:) forControlEvents:UIControlEventTouchUpInside];
[imageButton addTarget:self action:@selector(seeUserImage:) forControlEvents:UIControlEventTouchUpInside];
我怎麼可以處理大約圖像的URL或有關位置的信息顯示?