Fix failing test on ios 11 (#4686)

Add new perf-test page for view recycling
Changed the initialization of TextTransformation field
This commit is contained in:
Hristo Hristov
2017-08-16 15:19:01 +03:00
committed by GitHub
parent 172152a897
commit 2701ea3c1e
6 changed files with 470 additions and 4 deletions

View File

@ -16,6 +16,7 @@ export function pageLoaded(args: EventData) {
let examples: Map<string, string> = new Map<string, string>();
examples.set("properties", "properties/main-page");
examples.set("flexbox", "flexbox/main-page");
examples.set("recycling", "recycling/main-page");
let viewModel = new MainPageViewModel(wrapLayout, examples);
page.bindingContext = viewModel;