mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Fix the new UIScollView failing to pick initializer in Xcode 7.0
This commit is contained in:
@ -42,7 +42,7 @@ export class ScrollView extends common.ScrollView implements definition.ScrollVi
|
|||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this._scroll = new UIScrollView();
|
this._scroll = UIScrollView.new();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected attachNative() {
|
protected attachNative() {
|
||||||
|
Reference in New Issue
Block a user