From 0647231f78e0adb52092676ee8794d563c73559f Mon Sep 17 00:00:00 2001 From: Tuccuay Date: Thu, 28 Apr 2016 21:08:54 +0800 Subject: [PATCH] fix Demo: add frame to red color View --- HaloDemo/ViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/HaloDemo/ViewController.swift b/HaloDemo/ViewController.swift index 8c69356..f6a1ffe 100644 --- a/HaloDemo/ViewController.swift +++ b/HaloDemo/ViewController.swift @@ -17,6 +17,7 @@ extension ViewController { .superView(view) .backgroundColor(Red) .cornerRadius(5, borderWidth: 1, borderColor: Red.alpha(0.5)) + .frame(x: 100, y: 100, width: 100, height: 100) } override func viewWillLayoutSubviews() {