Skip to content

Commit 2cd52df

Browse files
committed
more minor neatening
1 parent 72dc4d2 commit 2cd52df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bk2ch09p476popovers/ch22p751popovers/MyPopoverBackgroundView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class MyPopoverBackgroundView : UIPopoverBackgroundView {
1010
var arrOff : CGFloat
1111
var arrDir : UIPopoverArrowDirection
1212

13-
static var ARBASE : CGFloat {return 20}
14-
static var ARHEIGHT : CGFloat {return 20}
13+
static let ARBASE : CGFloat = 20
14+
static let ARHEIGHT : CGFloat = 20
1515

1616
override class func wantsDefaultContentAppearance() -> Bool {
1717
return true // try false to see if you can find a difference...

0 commit comments

Comments
 (0)