0xLet / SwiftUIKit

📱 UIKit code that is fun to write
https://0xlet.github.io/SwiftUIKit/
MIT License
74 stars 6 forks source link

Implement Neumorphic #102

Closed 0xLeif closed 4 years ago

0xLeif commented 4 years ago

Example: https://dribbble.com/shots/8297803-Skeuomorph-Mobile-Banking-Continuation

Example Use:

// Calculated Variable
View().neumorphic

// Function w/ Param Options
View().neumorphic(lightColor: .white, darkColor: .darkGray, angle: .pi / 4)
parshav commented 4 years ago

typo on neumorhic

0xLeif commented 4 years ago

Decided not to add after talking with the oneleif design team.