/SwiftUI-Shapes

SwiftUI - creativecode.website

Primary LanguageSwift

SwiftUI-Shapes

Structure

Animation Tab

[+] Card Horizontal Scrolling with Animation in SwiftUI -> Commit 003
[+] Animated Expandable Button in SwiftUI -> Commit 004
[+] Drag and Drop text in SwiftUI -> Commit 006

Design Tab

[+] Glassmorphism -> Commit 002
[+] TextField with floating Placeholder -> Commit 005

Last Commit

Commit 006 - Drag and Drop text in SwiftUI

[+] This can be found in DragAndDropText inside AnimationTab

Old Commits

Commit 005 - TextField with floating Placeholder

[+] This can be found in TextFieldWithFloatingPlaceholder inside DesignTab

Commit 004 - Animated expandable button in SwiftUI

[+] This can be found in AnimatedExpandableButton inside AnimationTab

Commit 003 - Card Horizontal Scrolling with Animation in SwiftUI

[+] This can be found in CardHorizontalScrolling inside AnimationTab

Commit 002 - Glassmorphism in SwiftUI

[+] This can be found in GlassmorphismView inside DesignTab

Commit 001 - Custom animated TabBar

[+] On the website CreativeCode can be found the implementation steps.