J'ai besoin de convertir un nsindexpath var en NsInteger ou tout simplement un int. e.g:
int rowIndex = [mGoogleBaseTable selectedRow];
//mGoogleBaseTable is a NSTable type in Macdevelopement..
&&
int rowIndex = [mGoogleBaseTable indexPathForSelectedRow];
//mGoogleBaseTable is a UITableView type in Iphone (iOS)Development.
selectedRow retourne NSInteger simplement mais indexPathForSelectedRow renvoie une NSIndexPath..
S'il vous plaît aider moi comment puis-je atteindre cet objectif.