mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Made TabViewItem bindable.
This commit is contained in:
@@ -15,10 +15,10 @@ export function createPage() {
|
||||
topFrame.goBack();
|
||||
});
|
||||
|
||||
tab.items.push({
|
||||
tab.items.push(new tabViewModule.TabViewItem({
|
||||
title: "Tab " + i,
|
||||
view: button
|
||||
});
|
||||
}));
|
||||
}
|
||||
var page = new pages.Page();
|
||||
page.content = tab;
|
||||
|
||||
Reference in New Issue
Block a user