rounak / TwitterBirdAnimation

Replicating Twitter's bird animation that appears when app starts up
476 stars 55 forks source link

How to change color outside the mask? #10

Closed yonasstephen closed 9 years ago

yonasstephen commented 9 years ago

In the tutorial you mentioned about one possible improvement is to change the color outside the mask. I have been trying to achieve that to no avail. If I put the mask on the ViewController, I can set the window.backgroundColor to change the color outside the mask. However, putting the mask on the ViewController caused the animation failed to work. If I put the mask on the window's layer like your tutorial, I couldn't change the color outside the mask. Any idea how to achieve this? Thanks!

yonasstephen commented 9 years ago

this has been resolved here: https://github.com/rounak/TwitterBirdAnimation/issues/8