I would like to display a callout view with only right and left callout accessories, hiding the middle section that shows the subtitle and title.
This question asks the question in objective C, and the answer explains that just setting the title and subtitle to the empty string or NIL will not work since the callout view will not be shown if these fields don't have a value. I encountered the same error.
This question asks this question in swift, but recieved no answers.