RSTWebViewController
RSTWebViewController copied to clipboard
Forward Button spacing is off when WebView is loading
I have noticed when using RSTWebViewController for my application, that when the stop loading button is showing, the forward button moves ever so slightly to the right. And when it turns to a refresh button, it moves back to the left. I think I have narrowed down the problem to this line of code:

I tested this by adding a fixed space width of 1.0 like so:

This temporarily fixes the problem on the iOS Device, not in the simulator, and this fix ONLY works if you are pushing to the view controller. If you are presenting this view embedded in a navigation controller, this does nothing.
I know this is a small thing to worry about. However, I thought I'd point it out anyway.