imwalson
Results
2
comments of
imwalson
As the appSettings is sync,so I first converts the data to string and then storage to appSettings in advance: `appSettings.setString("mydata",JSON.stringify(fetchResult));` When use it, like this: `JSON.parse(appSettings.getString("mydata"))` Just the temporarily solution,the...
Maybe we can use UIScrollView to create a slides on ios,like some native slides library does.I have written a "nativescript-swiper" plugin for ios based on UIScrollView just know :https://github.com/imwalson/nativescript-swiper.Welcome contributors...