ios - UITableView crashing: Could not find a navigation controller for segue 'ShowDetail' -


relatively new ios development, while @ older material i've been trying segue move detail view table view cell.

its throwing error , crashing in ios simulator:

2014-03-24 19:47:54.151 craft beer[18635:70b] cannot find executable cfbundle 0x109353260 </applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator7.0.sdk/system/library/accessibilitybundles/certuiframework.axbundle> (not loaded) 2014-03-24 19:47:55.016 craft beer[18635:70b] *** terminating app due uncaught exception 'nsgenericexception', reason: 'could not find navigation controller segue 'showdetail'. push segues can used when source controller managed instance of uinavigationcontroller.' *** first throw call stack: (     0   corefoundation                      0x000000010188f795 __exceptionpreprocess + 165     1   libobjc.a.dylib                     0x00000001015f2991 objc_exception_throw + 43     2   uikit                               0x00000001006f3051 -[uistoryboardpushsegue destinationcontainmentcontext] + 0     3   uikit                               0x0000000100315768 -[uitableview _selectrowatindexpath:animated:scrollposition:notifydelegate:] + 1266     4   uikit                               0x00000001003158bf -[uitableview _userselectrowatpendingselectionindexpath:] + 221     5   uikit                               0x000000010026c712 _applyblocktocfarraycopiedtostack + 316     6   uikit                               0x000000010026c590 _aftercacommithandler + 460     7   corefoundation                      0x000000010185aff7 __cfrunloop_is_calling_out_to_an_observer_callback_function__ + 23     8   corefoundation                      0x000000010185af67 __cfrunloopdoobservers + 391     9   corefoundation                      0x000000010183a6d2 __cfrunlooprun + 946     10  corefoundation                      0x0000000101839f33 cfrunlooprunspecific + 467     11  graphicsservices                    0x00000001039963a0 gseventrunmodal + 161     12  uikit                               0x0000000100255043 uiapplicationmain + 1010     13  craft beer                          0x0000000100001fd3 main + 115     14  libdyld.dylib                       0x0000000101f1e5fd start + 1 ) libc++abi.dylib: terminating uncaught exception of type nsexception   **"terminating app due uncaught exception 'nsgenericexception', reason: 'could not find navigation controller segue 'showdetail'. push segues can used when source controller managed instance of uinavigationcontroller."** 

this seems key, can me rectify this?

now adding detail http://imgur.com/6n6sswp,x8i2x9g


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -