-
Notifications
You must be signed in to change notification settings - Fork 158
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
Reloading the OpenFlow #3
Comments
any luck with this? |
I was running into this problem also - my workaround for now is to release the viewcontroller that contains the openflow instance and re-instantiate - so far it is working pretty well |
I had the same problem, but I'm using a different fork, https://github.com/tupps/OpenFlow. I forked that and made some fixes. |
Here's my reloadData, it seems to work fine for me. Hope it helps.
|
What would be the implementation for layoutCoversAnimated:NO, and Iam unable to check the method implementation for numberOfImagesInOpenFlowView:self |
This helped me remove some artifacts after swapping out image sets :) `
} .-><-. |
Can you provide a method for clearing AFOpenFlowView images without needing to release and re-instantiate programmatically?
e.g after you display Flicker image library and you want to search something else without closing and opening application
The text was updated successfully, but these errors were encountered: