Skip to content

Instantly share code, notes, and snippets.

@gitbricho
gitbricho / osx_ui_01.swift
Last active February 21, 2016 13:38
OS X Graphic
import Cocoa
//青色のオブジェクトを作成
let blue = NSColor.blueColor()
blue.setFill()
//100x100 の4角形を作成
let r = NSRect(x:0, y:0, width:100, height:100)