mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
ActionBar wasn’t applying native setters becasue it was missing nativeView (#3910)
This commit is contained in:
@ -59,6 +59,10 @@ export class ActionBar extends ActionBarBase {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public createNativeView(): UIView {
|
||||||
|
return this.ios;
|
||||||
|
}
|
||||||
|
|
||||||
public _addChildFromBuilder(name: string, value: any) {
|
public _addChildFromBuilder(name: string, value: any) {
|
||||||
if (value instanceof NavigationButton) {
|
if (value instanceof NavigationButton) {
|
||||||
this.navigationButton = value;
|
this.navigationButton = value;
|
||||||
|
Reference in New Issue
Block a user