rnystrom / RNBlurModalView

Add depth to your alerts.
MIT License
830 stars 143 forks source link

Rotation issue and memory issue #9

Closed cyndibaby905 closed 11 years ago

cyndibaby905 commented 11 years ago

1.Fixed the rotate issue: when device from portrait to landscape, opening the RNBlurModalView would not center aligned to its parent view. 2.Fixed some rotation animation jump(The alert view doesn't jump, but the blur background still jumps); 3.Fixed a potential memory issue: colorSpace released twice.

rnystrom commented 11 years ago

Awesome. Thanks for the contribution!