Fix the new UIScollView failing to pick initializer in Xcode 7.0

This commit is contained in:
Panayot Cankov
2016-01-26 10:51:21 +02:00
parent 6dc971c1ca
commit 887cc427f8

View File

@ -42,7 +42,7 @@ export class ScrollView extends common.ScrollView implements definition.ScrollVi
constructor() {
super();
this._scroll = new UIScrollView();
this._scroll = UIScrollView.new();
}
protected attachNative() {