mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +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
|
CrossPlatformModules.csproj.user
|
||||||
bin/
|
bin/
|
||||||
obj/
|
obj/
|
||||||
|
.vs/
|
||||||
|
@ -165,6 +165,7 @@ export class ListView extends common.ListView {
|
|||||||
|
|
||||||
public refresh() {
|
public refresh() {
|
||||||
this._ios.reloadData();
|
this._ios.reloadData();
|
||||||
|
this.requestLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
public getHeight(index: number): number {
|
public getHeight(index: number): number {
|
||||||
|
Reference in New Issue
Block a user