Highlighted property is only for display within Interface Builder

ios, storyboard, user-interface, xcode

Solution

You have a UIImageView with Highlighted set to true in Xcode. Xcode tells you that the value is for WYSIWYG but won't work at runtime.

Problem

How do I solve such warning? What does it mean in most of the cases? When I click on it, there is nothing highlighted on my Interface Builder (it just zooms in on some area between 2 view controllers).

Original source