Skip to content

Category: iOS

Posts related to iOS development.

Progress Report: iOS Auto Layout in Xojo

We continue to work towards Xojo support for iOS. Since the last update, we have been working on support for Auto Layout. We demonstrated Auto Layout at XDC last year. However, at the time we only had support for it in the framework; not the IDE. In case the term Auto Layout is unfamilar to you, it’s a technology for controlling the size and postion of controls. In Xojo today, you use the locking properties. We determined early in the development of our iOS framework that locking would not be sufficent for iOS since the user will often radically change the size of the layout by rotating the device. Instead of locking, you will use Auto Layout. Think of it as locking on steroids.

Comments closed

Progress Report: iOS Support in Xojo

Update: Xojo iOS was released in Xojo 2014r3. Download Xojo today and try it today or give us 5 minutes and watch how easy it is get started with Xojo iOS!

We are continuing to work hard on support for building iOS apps with Xojo. We believe Xojo will provide the easiest and fastest way to build applications for iPhone and iPad. Our focus so far has been on the underlying framework. The video below includes a demo of an iOS app we created in Xojo. I showed a small part of this app at the Xojo Developer’s Conference earlier this year.

2 Comments

Merging iCloud and Apple ID Accounts

iCloud.jpegIf you have been around the Mac community long enough, you may have ended up with two Apple IDs. I have one for iTunes and another one that came from MobileMe. This resulted in effectively having two iCloud accounts. This can be inconvenient and probably will become more so in the future. Apple doesn’t provide a means to merge Apple IDs. They know they need to provide this, but they do not yet do so. I, however, have found a way.

Since the introduction of iCloud, I have wanted to have a single Apple ID. When Apple recently added the two-step authentication for Apple IDs to make them more secure, I decided to sign in and update my Apple ID account. Part of the process is to verify a device you own which will be used, along with your password, to authenticate that you are who you say you are should you want to make changes (such as your password) to your Apple ID in the future. The webpage said it would list my devices, but none were listed. It didn’t take long to figure out why. The Apple ID I was updating was for iTunes, while the Apple ID Apple was using to find my devices was the one associated with my iCloud (MobileMe/mac.com) account.

Comments closed