mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Merge pull request #1439 from NativeScript/vladimirov/scrollview-new-fix
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() {
|
||||
super();
|
||||
this._scroll = new UIScrollView();
|
||||
this._scroll = UIScrollView.new();
|
||||
}
|
||||
|
||||
protected attachNative() {
|
||||
|
Reference in New Issue
Block a user