In Xcode 6 Beta 6,
I am unable to use any NSFontManager
methods in Swift.
For example:
var fontManager = NSFontManager.sharedFontManager()
fontManager.setAction("changeFont:")
I always get the error: NSFontManager does not have a member named setAction
This occurs for any method (e.g. setDelegate
, setTarget
)
Thanks for any help.