On iOS, I'm getting NullReferenceExceptions when I attempt to do UIButton.GetScreenRect()
It looks like UICamera.currentCamera is null on line 10 of NGUIExtensions.cs
I know I can just check for null, but if you have any suggestions for how I should/could make a real fix, that'd be great.
This does not happen in the Unity Editor.