Script origins control inline policy, all scripts allowed for tab
This commit is contained in:
@@ -22,4 +22,11 @@ extension CGRect
|
||||
|
||||
return rect
|
||||
}
|
||||
|
||||
public func centeredY(inRect: CGRect) -> CGRect {
|
||||
var rect = self
|
||||
rect.origin.y = CGRound((inRect.height - rect.height) / 2.0)
|
||||
|
||||
return rect
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user