material-components-ios-codelabs icon indicating copy to clipboard operation
material-components-ios-codelabs copied to clipboard

Please add example usage on using Shadow Elevation and Shadow Layer

Open bond- opened this issue 6 years ago • 1 comments

https://codelabs.developers.google.com/codelabs/mdc-103-swift/ says it covers shadow elevation but doesn't have those details anywhere in text.

bond- avatar Jun 29 '18 14:06 bond-

To set the next button's elevation, add in LoginViewController.swift this code after the button color styling: self.nextButton.setElevation(.cardResting, for: .normal)

Additional documentation about shadow elevation can be found at https://material.io/develop/ios/components/shadows/shadow-elevations/

BigDada1 avatar Mar 22 '19 08:03 BigDada1