ios - Why this prepare segue is not working? -


when click tableview want send currentbook details viewcontroller "detailpage" , here not sending value?? why shows error?enter image description here

error : unknown receiver "tableview"

why creating 2 gmmdetailpage objects? also, should have self.tableview instead of tableview. better pass tableview prepareforsegues:sender: method so:

- (void)tableview:(uitableview *)tableview didselectrowatindexpath:(nsindexpath *)indexpath {
[self performseguewithidentifier:@"bookitem" sender:tableview]; }


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -