We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dc4d2 commit 2cd52dfCopy full SHA for 2cd52df
bk2ch09p476popovers/ch22p751popovers/MyPopoverBackgroundView.swift
@@ -10,8 +10,8 @@ class MyPopoverBackgroundView : UIPopoverBackgroundView {
10
var arrOff : CGFloat
11
var arrDir : UIPopoverArrowDirection
12
13
- static var ARBASE : CGFloat {return 20}
14
- static var ARHEIGHT : CGFloat {return 20}
+ static let ARBASE : CGFloat = 20
+ static let ARHEIGHT : CGFloat = 20
15
16
override class func wantsDefaultContentAppearance() -> Bool {
17
return true // try false to see if you can find a difference...
0 commit comments