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 2a10e00 commit a7a8963Copy full SHA for a7a8963
WordPress/Classes/ViewRelated/Feature Highlight/Tooltip.swift
@@ -397,7 +397,7 @@ final class Tooltip: UIView {
397
}
398
399
400
-private extension String {
+extension String {
401
private func size(withMaxWidth maxWidth: CGFloat, font: UIFont) -> CGRect {
402
let constraintRect = CGSize(width: maxWidth, height: .greatestFiniteMagnitude)
403
let boundingBox = self.boundingRect(
0 commit comments