Set default Color space in Xcode Interface Builder

1.9k views Asked by At

How can I set default Color space for InterfaceBuilder, that I don't need to check it every time?

enter image description here

1

There are 1 answers

1
Igor Kislyuk On

If you developing using .xib this can happens to you. Otherwise, Xcode remembers selecting space if you are using .storyboards. Simplest solution:

  • Create .storyboard file
  • Set proper Color space
  • Delete .storyboard file
  • Now all .xib files will use this new selected Color space