//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
// IPアドレスを取得して変数にセットする
$ipAddress = $_SERVER[“REMOTE_ADDR”];
この投稿へのコメント
コメントはまだありません。