Skip to content
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

Open
AlonRom opened this issue Jun 18, 2019 · 6 comments
Open

Do you have an iOS sample ? #8

AlonRom opened this issue Jun 18, 2019 · 6 comments

Comments

@AlonRom
Copy link

AlonRom commented Jun 18, 2019

No description provided.

@EmilAlipiev
Copy link

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.

@ChasakisD
Copy link
Owner

Yeap, works on all platforms SkiaSharp works :) I'll keep in mind to upload an iOS sample tho.

@EmilAlipiev
Copy link

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.

@ChasakisD
Copy link
Owner

I have used it with ffimageloading and listview and it worked pretty well :)

@EmilAlipiev
Copy link

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?

@EmilAlipiev
Copy link

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
{
"jjj",
"jjj",
"jjj",
"jjj",
"jjj"
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants