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

Render issue #12

Closed
mariochavez opened this issue Sep 11, 2014 · 2 comments
Closed

Render issue #12

mariochavez opened this issue Sep 11, 2014 · 2 comments

Comments

@mariochavez
Copy link

Hi,

I'm trying your library but I have the issue that the copy of content that this library is doing seems to be behind the original content.

screenshot_9_11_14__12_14_am

I'm not sure what I'm doing incorrectly.

Also I have a question, is it possible to swipe back - automatically - the cell once a button is clicked?

@MortimerGoro
Copy link
Owner

Check if you are adding subviews to the correct view. Yo should add your custom views to the cell.contentView instead of the cell itself.

Regarding the second question, you only have to return YES in the click delegate (cell delegate or convenience callback). That's the recommended way to do. Yo can also use hideSwipeAnimated:(BOOL) if you want to hide it programmatically at another time.

@mariochavez
Copy link
Author

Thank you, adding subviews to contentView fixed my issue.

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

2 participants