plivesey
plivesey

Reputation: 2367

How can I remove the blue border/outline from UITableViews in a mac app built with UIKitForMac?

This screenshot is taken from an app built for mac with UIKitForMac. The blue outline appears whenever you tap on any cell in a UITableView or highlight any text in a UITextView.

Screenshot of my app which shows a blue outline

Reproduce:

  1. Go to a UITableView
  2. Select a cell
  3. (if this takes you to another view, tap the back button)
  4. See the blue outline

How can I stop this blue outline from ever showing up?

Additional Context

If I turn on the view debugger, it disappears before I can debug it.

Upvotes: 1

Views: 266

Answers (0)

Related Questions