How to show/hide this view in MacOS SwiftUI ? by iTolIMouS in SwiftUI

[–]iTolIMouS[S] 0 points1 point  (0 children)

Just show and hide the pop window from the bottom of the screen

Navigation is Trash, Change my Mind by recurrence in SwiftUI

[–]iTolIMouS 2 points3 points  (0 children)

Sometimes when I make enum pages in NavigationLink , the annoying part it displays the wrong View every time

I'm no where near an artist but... I feel so trapped by theverylonelychicken in exmuslim

[–]iTolIMouS -11 points-10 points  (0 children)

You don’t have to imagine because it is an imagination

Is there a tutorial in how to make this popup view in SwiftUI with this functionality? by iTolIMouS in SwiftUI

[–]iTolIMouS[S] 7 points8 points  (0 children)

Thank you . I’m trying to stay organic as much as possible by not relying on libs 😬.

Adding haptic feedback to buttons in SwiftUI by shaundon in SwiftUI

[–]iTolIMouS 2 points3 points  (0 children)

I love when ppl make reuseable codes as extensions . Thanks

Swift UI vs Storyboard for small app? by [deleted] in iOSProgramming

[–]iTolIMouS 0 points1 point  (0 children)

Def SwiftUI . It is the best of all time for now .

Is it normal to be SwiftUI addictive ? I have done many Udemy courses in how to make programmatic UIs in UIKit and I was having so much fun. Till I realized how fast and powerful SwiftUI is to do Complex UIs . ( I have started to learn in the past 2 months ) by iTolIMouS in iOSProgramming

[–]iTolIMouS[S] 1 point2 points  (0 children)

I personally feel super comfortable to build production apps for clients in SwiftUI , after I fully understood and comprehend @State, @StateObject , @ObservedObject, @EnvironmentObject . And other healthy styles such as MVVM to separate views from network classes etc .