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

Change Card border width #82

Open
confile opened this issue May 11, 2015 · 3 comments
Open

Change Card border width #82

confile opened this issue May 11, 2015 · 3 comments

Comments

@confile
Copy link

confile commented May 11, 2015

Is it possible to change card border width and color?

@confile
Copy link
Author

confile commented May 13, 2015

This is an internal method. How do I set borderWidth externally?

@Mrostgaard
Copy link

Hey Confile!

In your MDCSwipeToChooseView subclass' initWithFrame method simply put:
self.layer.borderWidth = 4.0f;

Would imagine you could do the same with color.

(I reckong you might have figured this one out by now but other people might need it)

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