Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. COI just tried adding the UIImageView to the TableViewController's xib file - however, even if the tableview is hidden, the image doesn't display. Presumably this is because the view outlet of the tableviewcontroller is set to the tableview itself. What do you mean by adding a view as a sibling of the tableview? It sounds like this might be a possibility...
      singulars
      1. This table or related slice is empty.
    2. COI created a custom "EmptyTableView" class which contained the label with all the proper transparency and shadowing effects in place. Then in my ViewController I created one of these EmptyTableViews inside of loadView. I added and removed this EmptyTableView from my ViewController's view as appropriate. In my case I have a tableView as part of an overall custom view. In your case I think the tableView == self.view. I might try adding an EmptyView to tableView and [tableView superView] and see if you like either result. Perhaps someone else has a better solution using Interface Builder...
      singulars
    3. COThanks - I'll give this a go when I get home tonight. Do you swap out the EmptyTableView for a real TableView once your data has loaded? And is the data in your TableView managed by another, TableViewController class (rather than the ViewController you mention)? I think I'm partly getting confused because from what I've seen, a TableViewController's view *must* be a TableView, right? In which case, I can't work out how I can add other UI elements to that view.... Hopefully my brain will untangle itself by this evening!
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload