mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed issue: Update list-view in iOS when adding items.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,3 +18,4 @@ CrossPlatformModules.v14.suo
|
||||
CrossPlatformModules.csproj.user
|
||||
bin/
|
||||
obj/
|
||||
.vs/
|
||||
|
||||
@@ -165,6 +165,7 @@ export class ListView extends common.ListView {
|
||||
|
||||
public refresh() {
|
||||
this._ios.reloadData();
|
||||
this.requestLayout();
|
||||
}
|
||||
|
||||
public getHeight(index: number): number {
|
||||
|
||||
Reference in New Issue
Block a user