Port iPad Apps to Mac with Xcode 11 Effortlessly

by Jun 25, 2019#iOS

Printer Icon
f

Have you ever said: “this iPad App would be great on the Mac”?

Before Xcode 11, the only way to accomplish that was to have two separate code bases, one for iPad, and one for Mac. This came with its entire set of issues to maintain, and expand your app.

Now, you can bring your existing iPad App to the Mac, sharing the same project and source code delivering your app to an audience of over 100,000,000 Mac users.

First you will need to make sure your app is a good candidate. If your app’s essential features require iPad capabilities like gyroscope, accelerometer or rear camera, iOS frameworks like HealthKit or ARKit it might not be suited for the Mac.

To get started, all you need to do is select Mac in the deployment info section of your project (this will only work if you have support for iPad).

According to Apple’s Developer documentation :“The Mac version of your iPad app supports many system features found in macOS without requiring any effort from you…”. These features include:

  • A default menu bar for your app.
  • Support for trackpad, mouse, and keyboard input.
  • Support for window resizing and full-screen display.
  • Mac-style scroll bars.
  • Copy-and-paste support.
  • Drag-and-drop support.
  • Support for system Touch Bar controls.

In addition, many systems provide UI elements automatically convert from iOS to macOS for example, you get macOS-appropriate versions of the following:

  • Split view
  • File Browser
  • Activity view
  • Form sheet
  • Contextual actions

If you want lo learn more about this feature, check out the following links:

https://developer.apple.com/videos/play/wwdc2019/205/

https://developer.apple.com/design/human-interface-guidelines/ios/overview/ipad-apps-for-mac/

About Us: Krasamo is a mobile app development company focused on the Internet-of-Things and Digital Transformation.

Click here to learn more about our mobile development services.

RELATED BLOG POSTS

Apple App Development Updates 2022

Apple App Development Updates 2022

Check the latest news on Apple’s Worldwide Developers Conference (WWDC) and their latest technologies for developers to use in building apps for the App Store.

iOS App Phased Release Overview

iOS App Phased Release Overview

A phased release or rollout is an app version update released in stages to a percentage of users to address issues and bugs in a controlled environment.