mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-02 19:12:40 +08:00
feat(ios): background-image support for action bar (#10645)
This commit is contained in:
committed by
GitHub
parent
24ad6e45b1
commit
5e85d8873c
@ -34,7 +34,7 @@ export namespace ios {
|
||||
return utils.layout.toDevicePixels(min);
|
||||
}
|
||||
|
||||
export function drawGradient(nativeView: NativeScriptUIView, gradientLayer: CAGradientLayer, gradient: LinearGradient, gradientLayerOpacity?: number): void {
|
||||
export function drawGradient(nativeView: UIView, gradientLayer: CAGradientLayer, gradient: LinearGradient, gradientLayerOpacity?: number): void {
|
||||
if (!nativeView || !gradient) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user