uitableview - Search Display Controller tableview -


i have search bar , search display controller dragged objects list on right of interface builder. placed object on detailviewcontroller's view. set delegate detailviewcontroller. have code in detailviewcontroller supply nsarray of searched results tableview shows when text typed in search bar. basically, search bar on top of detailview of master/detail view....

everything working fine except how access tableview can graphically design tableview , cells in interface builder storyboard? as possible avoid designing views programmatically.

the search display controller's table view doesn't exist until app runs , search takes place! there's nothing design until then. can't set search display controller's searchresultstableview; can read it, you'll have in code.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -