RSTWebViewController icon indicating copy to clipboard operation
RSTWebViewController copied to clipboard

Forward Button spacing is off when WebView is loading

Open anthonya1999 opened this issue 10 years ago • 0 comments

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: untitled1

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

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.

anthonya1999 avatar Dec 30 '14 13:12 anthonya1999