On Oct 18, 2014, at 2:14 PM, Bradley Lucier lucier@math.purdue.edu wrote:
On 10/18/2014 01:55 PM, Marc Feeley wrote:
Over the past couple of weeks I have been updating the Gambit REPL iOS app for the new iOS and devices. I just got a message that Gambit REPL 6.2 has been approved and should be on the app store shortly.
The new version has a cleaner interface, and an extended keyboard with lots of characters that are useful when coding Scheme.
Marc: I tried the new REPL on a simulator, and the text scrolled up under the buttons near the top of the screen. (It's hard to describe a UI issue.)
Did this happen to you?
Brad
This is normal behavior. The navigation buttons are semi-opaque and are not part of the view (they don’t scroll). They used to be opaque and at the bottom of the screen, but this uses precious screen real-estate.
Marc