abilgin88 / Enhanced-Components-SwiftUI

Welcome to the SwiftUI Enhanced Components repository! This collection of reusable and customizable SwiftUI components is designed to streamline your app development process and bring delightful interactions to your projects. Each component is crafted with care, focusing on both functionality and visual appeal.
MIT License
0 stars 1 forks source link

Task: #5: Advanced Grid Showcase View Component #1

Open abilgin88 opened 1 year ago

abilgin88 commented 1 year ago

AdvancedGridShowcaseView Component Tasks:

Commit: Link to Commit

https://user-images.githubusercontent.com/96279901/261786284-725e55a4-93eb-4be8-ba66-a6e5f6292799.mov

abilgin88 commented 1 year ago

Button(action: { isGridViewActive = false haptic.impactOccurred() **gridSwitch()** remove here }) { Image(systemName: "square.fill.text.grid.1x2") .font(.title2) .foregroundColor(isGridViewActive ? .PrimaryColor : .SecondaryColor) }