You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TableViewCellWithAutoLayout/TableViewController/TableViewCell.swift
+17-12Lines changed: 17 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ import UIKit
9
9
10
10
classTableViewCell:UITableViewCell
11
11
{
12
-
letlabelHorizontalInsets=15.0
13
-
letlabelVerticalInsets=10.0
12
+
letkLabelHorizontalInsets=15.0
13
+
letkLabelVerticalInsets=10.0
14
14
15
15
vardidSetupConstraints=false
16
16
@@ -56,22 +56,27 @@ class TableViewCell: UITableViewCell
56
56
// See here for further discussion: https://github.com/Alex311/TableCellWithAutoLayout/commit/bde387b27e33605eeac3465475d2f2ff9775f163#commitcomment-4633188
// FIXME 7-Jun-14 Xcode 6b1: The Double literals below should refer to the defined constants kLabelHorizontalInsets and kLabelVerticalInsets.
68
+
// However, there are currently intermittent compiler failures when the literals are replaced with these constants. For example, 'Could not find member .Top'
0 commit comments