We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869aba8 commit 1b2c9a9Copy full SHA for 1b2c9a9
FewDemo/MyPlayground.playground/section-1.swift
@@ -4,5 +4,5 @@ import Cocoa
4
import Few
5
import XCPlayground
6
7
-let view = View(backgroundColor: NSColor.redColor())
+let view = View(backgroundColor: NSColor.redColor()).size(100, 100)
8
view.ql
0 commit comments