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

Coverflow view messed up when using bringCoverAtIndexToFront #46

Closed
patrickbivona opened this issue Jan 7, 2011 · 2 comments
Closed

Comments

@patrickbivona
Copy link

I'm experiencing issues when using the bringCoverAtIndexToFront method on TKCoverflowView.
Basically, after calling the method, the selected cover does not appear correctly on the front and the coverflow view is left in an inconsistent state, as shown on the screenshot here:
http://img233.imageshack.us/img233/8264/screenshot20110107at142.png

I've been able to reproduce this with the universaldemo running in the iOS simulator.
I just replaced the implementation of the - (void)info method as follows:
- (void) info{
[coverflow bringCoverAtIndexToFront:0 animated:YES];
}

Run the demo, navigate to covers to the right and then hit the info button. You should get something like what is shown on the screenshot.

@devinross
Copy link
Owner

Fixed this issue.

@borisdiakur
Copy link

Hi Devin. I've recently downloaded the source files and am still having this issue. Exactly as in the screenshot above.

This issue was closed.
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