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.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks for the answer. This is a good way to do it "officially" I guess, but what I don't like is that it shows the Copy view when selected, where as the Address Book app shows the copy view when held for X seconds. This isn't an issue with your solution, but rather with the API. Thanks very much for your help.
      singulars
    2. COWhen I try this solution it appears to work, but after the menu is shown, further calls to [self.tableView reloadData] don't call the UITableViewDataSource callbacks: numberOfSections, etc. It looks like the call to becomeFirstResponder is the method that whacks the tableView from reloading, but the becomeFirstResponder call is needed to show the menu. It's hard to believe something else isn't going on. Very confused. Perhaps I'll start a new project to see if I can reproduce in isolation.
      singulars
    3. COI reproduced the problem in a fresh, stripped down project. In my custom UITableViewCell I had implemented: - (BOOL)resignFirstResponder because I thought this would be a good place to clear the custom menu items from the sharedMenuController. If you don't clear the custom menu items, they get attached to other UITextFields in the same view - where they don't make sense. In any case, even if my resignFirstResponder does nothing except return YES, it still causes subsequent [tableView reloadData] calls to fail. This is very strange to me. I guess I'll look for another place to clear the menu.
      singulars
 

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