Skip to content

Category: iOS

Posts related to iOS development.

iOS: KeyDown Arrives to MobileCanvas

As a direct result of user feedback, starting with Xojo 2023r2, the MobileCanvas control on iOS can now receive KeyDown events from the user, both from the on-device keyboard and any connected keyboard. In addition, this support is available in MobileTextArea, MobileTextField and MobileScreen.

Comments closed

Xojo iOS Is Now Xojo Mobile

Today’s release of Xojo 2023r2 introduces support for the Android platform! With this release, Xojo iOS licenses are now Xojo Mobile licenses. Any current (not expired) Xojo Mobile license (formerly Xojo iOS licenses) can build for both iOS and Android using Xojo 2023r2. As always, Xojo Pro and Pro Plus licenses include support for all platforms and current Xojo Pro and Pro Plus licenses can build for Android using Xojo 2023r2. The addition of Android support does not change the price of Xojo Mobile, Xojo Pro or Xojo Pro Plus licenses.

Comments closed

Xojo and Apple Vision Pro

Apple has released the developer documentation for Vision Pro, their recently announced mixed reality headset. So far, it looks promising that iOS apps written in Xojo will just work. Of course, we don’t yet have one of these to use for testing. If we did, we’d be too busy playing with it to write this blog post, however we have tried running some Xojo iOS projects in the Vision Pro Simulator and they work without modification so that’s a very good sign.

Comments closed

Moving Forward & Giving Back: iOS and macOS Products from Greg O’Lone

My new path has taken me deep into the world of iOS and macOS and I thought I would create some projects & products which would benefit Xojo apps on those platforms by creating some products which expose some of the larger frameworks which are not already available but also cannot be accessed by declares alone…

Comments closed

Algorithm: Equally Spaced Ranges

There are some situations where you may need a range of numbers that is equally spaced. For example, when given a minimum and a maximum value within which a set of numbers that need to be equally spaced. This is useful if you are designing an UI control displaying “ticks” or for the axis of a graphic chart displaying cartesian values. Continue reading to see a technique to do just this.

Comments closed