working on tab-view

This commit is contained in:
Hristo Hristov
2016-12-20 14:07:48 +02:00
parent c6290e2ce3
commit d9ab6b960a
6 changed files with 66 additions and 57 deletions

View File

@@ -34,10 +34,6 @@ export class SegmentedBar extends SegmentedBarBase {
return this._ios;
}
private insertTab(tabItem: SegmentedBarItem, index: number): void {
}
get [selectedIndexProperty.native](): number {
return -1;
}