As you may have heard, Apple announced that as of February 1st, 2015, all new apps submitted to the iOS App Store must support 64-bit. It was already our intention to be in beta testing on 64-bit in that timeframe. However, our original plan was to support Linux first since more and more Linux servers now only support 64-bit. Instead, we will support iOS first followed by the x86 platforms.
Comments closedCategory: iOS
Posts related to iOS development.
In the mobile development world it’s common to support many devices, and therefore many screen sizes. Android devices come in a huge variety of sizes as do iPhones and iPads. Desktops and laptop sizes vary; but mobile is where you really notice the variety because they are so radically different.
Comments closedYou may have seen the 2048 game running on iOS and Android. Here’s a version made with Xojo, which I call 2K that runs on Desktop, Web and iOS.
Comments closedAs you know, we are working hard and fast on adding support for iOS to Xojo (Xojo iOS is here, download it today!). Just as we have done for the desktop and web, iOS support will make it easy for anyone to build powerful iPhone and iPad applications. To help you prepare and plan, here are 10 things you need to know:
Comments closedThere’s a sneaky little, well hidden fact about how differently typed fields act on iOS.
Comments closedIf you are planning to create an app that needs to run on mobile devices your first decision is which mobile platforms to support. This will depend largely on the type of app you are creating and who you are creating it for. So what’s your best solution?
1 CommentWelcome to part two of our three part series on building an iOSTableView control for use in Xojo web projects using the WebSDK.
Comments closedThis is the first in a three-part series showing you how to make an iOSTableView control for use in a Xojo web projects using the WebSDK.
Comments closedWe 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