Skip to content

Instantly share code, notes, and snippets.

@davidahouse
Created May 17, 2015 20:03
Show Gist options
  • Save davidahouse/783254e6861f87003548 to your computer and use it in GitHub Desktop.
Save davidahouse/783254e6861f87003548 to your computer and use it in GitHub Desktop.
NSPathControlItem weirdness
import Cocoa
import AppKit
let item1 = NSPathControlItem()
item1.title = "This is the title"
let title1 = item1.title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment