All Projects → loretoparisi → Touchbar

loretoparisi / Touchbar

Apple MacBook Pro TouchBar (NSTouchBar) Cheatsheet and Swift examples

Projects that are alternatives of or similar to Touchbar

gachi-touchbar
Use the Touch Bar to play Gachi sound effects
Stars: ✭ 26 (-92.33%)
Mutual labels:  macbook, touchbar
Clock Bar
Macbook | Clock, right on the touch bar
Stars: ✭ 237 (-30.09%)
Mutual labels:  macbook, xcode
Awesome Cheatsheets
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Stars: ✭ 26,007 (+7571.68%)
Mutual labels:  xcode, cheatsheet
Mbp Fedora
Stars: ✭ 129 (-61.95%)
Mutual labels:  touchbar, macbook
Goldenrabbit Btt
MacBook Pro touchbar custom. Perfectly Optimized BTT(Better Touch Tool) Preset.
Stars: ✭ 156 (-53.98%)
Mutual labels:  touchbar, macbook
Touch Bar Istats
Show CPU/GPU/MEM temperature on Touch Bar with BetterTouchTool!
Stars: ✭ 141 (-58.41%)
Mutual labels:  touchbar, macbook
Touch Bar Preview
💻 Touch Bar Preview is a tiny app to display your designs on the MacBook Pro's Touch Bar.
Stars: ✭ 69 (-79.65%)
Mutual labels:  touchbar, macbook
Nocturnal
A Dimness and Night Shift menu bar app for macOS 🌙
Stars: ✭ 199 (-41.3%)
Mutual labels:  touchbar, xcode
Mtmr
🌟 [My TouchBar My rules]. The Touch Bar Customisation App for your MacBook Pro
Stars: ✭ 3,547 (+946.31%)
Mutual labels:  touchbar, macbook
Xcodetheme
My Xcode theme - Sundell's Colors
Stars: ✭ 312 (-7.96%)
Mutual labels:  xcode
Snapkit
A Swift Autolayout DSL for iOS & OS X
Stars: ✭ 18,091 (+5236.58%)
Mutual labels:  xcode
Xcproj
Command line tool for manipulating Xcode project files
Stars: ✭ 311 (-8.26%)
Mutual labels:  xcode
Css Cheat Sheet
CSS Cheat Sheet - A reference for CSS goodness.
Stars: ✭ 310 (-8.55%)
Mutual labels:  cheatsheet
Localize
🏁 Automatically clean your Localizable.strings files
Stars: ✭ 311 (-8.26%)
Mutual labels:  xcode
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (-0.59%)
Mutual labels:  xcode
Awesome Android Interview
🔥 A awesome android expert interview questions and answers(continuous updating ...)
Stars: ✭ 3,596 (+960.77%)
Mutual labels:  cheatsheet
Ios Uifont Names
A handy cheatsheet for calling UIFont(name: size:)
Stars: ✭ 305 (-10.03%)
Mutual labels:  cheatsheet
Ctf Difficulty
This cheasheet is aimed at the CTF Players and Beginners to help them sort the CTF Challenges on the basis of Difficulties.
Stars: ✭ 338 (-0.29%)
Mutual labels:  cheatsheet
Swift5 Module Template
An opinionated starting point for awesome, reusable Swift 5 modules
Stars: ✭ 331 (-2.36%)
Mutual labels:  xcode
Thief
一款创新跨平台摸鱼神器,支持小说、股票、网页、视频、直播、PDF、游戏等摸鱼模式,为上班族打造的上班必备神器,使用此软件可以让上班倍感轻松,远离 ICU。
Stars: ✭ 3,974 (+1072.27%)
Mutual labels:  touchbar

touchbar

Apple MacBook Pro TouchBar (NSTouchBar) Cheat Sheet

How to enable the TouchBar simulator

To enable the TouchBar simulator you need Xcode Version 8.1 (8B62) and macOS 10.12.1 build 12B2657. You can update Xcode via AppStore. To check your macOS build type in your Terminal

$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.12.1
BuildVersion:	16B265

If you are running the previous build of 10.12.1 (16B2555), you have to manually update from Apple Support: https://support.apple.com/kb/dl1897?locale=en_US

Assumed you did the previous steps, open Xcode and the Window menu should look like

schermata 2016-10-31 alle 19 56 51

so you should see the Show Touch Bar option just after the Organizer option.

The TouchBar Cheat Sheet

touchbar_layout_cheatsheet

Launch the Touch Bar simulator programmatically

The TouchBarLauncher Xcode program in Swift, let you run the Touch Bar simulator programmatically and it's very handy. Made by Sash Zats it uses the simulator host window controller IDETouchBarSimulatorHostWindowController to leverage the TouchBar.

Touch Bar integrations

References

NSTouchbar class

The NSTouchbar is an object that provides dynamic contextual controls in the Touch Bar of supported models of MacBook Pro.

The NSTouchbar Class Diagram touchbarclass

Touchbar Examples API

Touchbar Tools

  • TouchBarScreenshotter, easily snap screenshots of the currently presented Touch Bar in macOS
  • TouchBarDemoApp, Allows you to use your macOS Touch Bar from an iPad (through USB connection) or on-screen by pressing the Fn-key.

Touchbar Example Apps

Touchbar Games (!)

Touchbar Tutorials

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].