ios - nib but didn't get a UITableView using PFQueryTableViewController -
i trying add together search feature app screen needs have navigation bar in add-on search bar on uitableview. getting next error when perform segue (click button) , view loads
terminating app due uncaught exception 'nsinternalinconsistencyexception', reason: '-[uitableviewcontroller loadview] loaded "2gx-ec-tth-view-hbf-bd-79u" nib didn't uitableview.'
here looks on storyboard.
i believe problem scene managed class called "alldataviewcontroller" , manages uiview , subclass of uitableview pfquerytableviewcontroller
//alldatatableviewcontroller.h @interface alldatatableviewcontroller : pfquerytableviewcontroller <uisearchdisplaydelegate, uisearchbardelegate, uitableviewdelegate>
so not sure doing wrong here. allow me know if have suggestions or if need add together more information.
because view controller subclasses uitableviewcontroller
(well, indirectly via pfquerytableviewcontroller
), expects view
property refer instance of uitableview
. if @ object hierarchy in storyboard scene think find root of scene not uitableview
, uiview
.
how did add together navigation bar? right method select "embed in..." editor menu in image builder.
ios iphone objective-c xcode
No comments:
Post a Comment