tableView:willDeselectRowAtIndexPath:
-(NSIndexPath *)tableView:(UITableView *)tableView
willDeselectRowAtIndexPath:(NSIndexPath *)indexPath
解説
- (NSIndexPath *)tableView:(UITableView *)tableView willDeselectRowAtIndexPath:(NSIndexPath *)indexPath
返り値
( NSIndexPath * )
引数
( UITableView * )tableView
( NSIndexPath * )indexPath
フレームワーク
UIKit
クラス
UITableViewDelegate
Instance Methods
使用可能
iPhone3.0