Skip to content

Releases: costachung/neumorphic

Added padding option in Soft Button Style

13 Nov 08:10
Compare
Choose a tag to compare

Added padding option in Soft Button Style.

softButtonStyle<S : Shape>(_ content: S, padding: CGFloat, mainColor: Color, textColor: Color, darkShadowColor: Color, lightShadowColor: Color, pressedEffect: SoftButtonPressedEffect)

Removed hex color extension. Use RGB value directly.

Added Pressed Effects in Soft Button Style

10 Aug 00:24
Compare
Choose a tag to compare

Added three types of pressed effect for softButtonStyle: .none, .flat, .hard
See "SoftButtonDemoView" in the example project for demonstration.

MacOS Support

03 Jul 05:18
1c6b98d
Compare
Choose a tag to compare

This version fixed the color extension of Hex color for MacOS.

SoftButtonStyle Update

01 Jun 08:12
Compare
Choose a tag to compare

Fix the incorrect size of button issue. Update SoftButtonStyle to support dynamic size of button.

Initial Release

23 Mar 14:41
d96b698
Compare
Choose a tag to compare

Initial Release

Changes

23 Mar 10:48
d96b698
Compare
Choose a tag to compare

Remove default button style