tags:

views:

654

answers:

1

Hi guys,

I'm getting the following warning:

This view overlaps one of it's siblings

How do i remove this warning?

regards Jayaraj

+4  A: 

In Xcode, open the build settings for your target (or you can set it globally at the project level), type "xib" into the search field and you should see the "Show Warnings" option (IBC_WARNINGS). I believe turning that off will muffle all NIB-related warnings.

In Interface Builder, you can open the preferences, go to Alerts and make "Illegal Geometry" a "Note" instead of a warning.

Daniel Dickison