0

I am trying to edit a Visual Effect View in an OS X project in Interface Builder, but all the Visual Effect View and its contents disappear/reappear randomly. When I change Core Animation layers, sometimes they seem to appear correct again, but when I move anything, it disappears again.

I am on Xcode 6.4 and OS X 10.10, with deployment target latest OS X, but this problem was apparent before too. What am I doing wrong?

Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389

1 Answers1

0

I had problems with a behind-window vibrant background not being repainted when I moved the window. The problems went away when I ensured that all ancestor views up to the content view had layers.

Alan Snyder
  • 408
  • 2
  • 13
  • 1
    I had another problem that was fixed when I forced the top view (the superview of the content view) to have a layer. – Alan Snyder Nov 25 '15 at 19:35