When will the new Touch Bar functionality be available for use, and will it be available for both Swift and Objective-C? For which macOS version will it be available?
Asked
Active
Viewed 1,299 times
1
-
1https://developer.apple.com/macos/touch-bar/ seems to be a good starting point: Reference, sample code, guidelines, ... – Martin R Oct 27 '16 at 21:18
-
Swift and ObjectiveC are just programming languages. The API for adding support to your MacOS app to use this new hardware feature should be accessible from either language. Likely Mac OS Sierra will have support and so will Xcode 8.1. – Vlad Oct 27 '16 at 21:26
-
2**This is not a general computing question** and should not be closed as such. – Undo Oct 28 '16 at 01:28
2 Answers
4
- Xcode 8.1 supports Touch Bar for Macs that include it, and supports adding Touch Bar functionality to your app. Reference.
- Will be available for both Swift and Objective-C
- Available for macOS 10.12.1+
Read more on NSTouchBar from Apple.

Rashwan L
- 38,237
- 7
- 103
- 107
1
According to Apple Developer's documentation:
To develop apps that use the Touch Bar, your Mac will need to run Xcode 8.1 on macOS Sierra 10.12.1 (16B2657) or later.
There are two builds for macOS Sierra 10.12.1:
However, Touch Bar specifically requires Build 16B2657, Build 16B2555 doesn't work.

Panda
- 6,955
- 6
- 40
- 55