-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you have an iOS sample ? #8
Comments
If you read the source code, you can see that it is a skiasharp implementation without any custom renderers. So it should work for all platforms. |
Yeap, works on all platforms SkiaSharp works :) I'll keep in mind to upload an iOS sample tho. |
hey great work. just a quick question, i havent tried yet but is there any performance decrease on complex listview itemplates? eventually it is drawing with skia i believe. |
I have used it with ffimageloading and listview and it worked pretty well :) |
I have just had a chance to try your sample. it doesnt work at the page is loading. it looks like that it only works when page is completely loaded. like in your sample, you click to button to load. but once you move it to the constructor to load, it isnt displayed. do you know why? |
problem is you need first load the data (raise property changed on obvervablecollection) in order to display shimmerlayout. but shimmerlayout meant to be shown while data is loading. it is good implementation but we need to enhance the way it is working. otherwise it make no sense to load data first and show shimmer at the same time. in your sample if you remove line, shimmer is never displayed. Things = new ObservableCollection |
No description provided.
The text was updated successfully, but these errors were encountered: