-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
defaultTouchEventsEnabled #88
Comments
Every UIView has |
ah - thanks! I didn't see that in the API. Great work BTW. Also - is there a way to get the data to only appear animated to start with? I'm trying to animate as the chart comes into view - but it flashes even when I try to animate right after setting the data - is there a way to delay rendering until the animation methods are called? Thanks again - great stuff |
I didn't experience this problem - as we usually animate on the first frame On Fri, May 15, 2015 at 6:26 PM, jonflanders notifications@github.com
|
should I be setting the animation up before I set the data? Is there a sample that guarantees animation on the first render? |
Just use the first frame that is supposed to render.Ina view controller it |
I see you've removed defaultTouchEventsEnabled. The android version has "setTouchEnabled" - how do I now turn off user interaction - I do not want user interaction.
Thanks
The text was updated successfully, but these errors were encountered: