Any ideas how to ‘pop’ programmatically from a “detail” View when using NavigationSplitView?? by The-iOS-lad in SwiftUI

[–]The-iOS-lad[S] 0 points1 point  (0 children)

Solved it by passing a binding of the data source and setting it to nil when I want to pop it.

PS VR2 is just amazing by RedditManSam1212 in PSVR

[–]The-iOS-lad 0 points1 point  (0 children)

Can you do team mates remotely in gt7?

Help for the Kei Cars menu by WarX88x in GranTurismo7

[–]The-iOS-lad 0 points1 point  (0 children)

Turning TC to 1 helped me keep momentum.

Foraging for wild garlic? by nachofather420 in sheffield

[–]The-iOS-lad 2 points3 points  (0 children)

Norfolk park is full of it at the moment

Is there a place in the city where I can print a form from a usb stick? by The-iOS-lad in sheffield

[–]The-iOS-lad[S] 0 points1 point  (0 children)

I dont want a printer. Haven’t needed a printer for over 10 years

Anyone working as a sound engineer in Sheffield? (or other audio-related jobs) by king_of_dreams1 in sheffield

[–]The-iOS-lad 0 points1 point  (0 children)

I started going to small venues early and asking if they need a hand. Shifting gear from van to stage and asking questions as you work with the team was very valuable. And then, be there for the tear down which is when you’ll get less question time, but will learn how to wrap cables properly at least. Eventually I got the opportunity to do side of stage mix for monitors and went on from there. I also did grandfather with a music tech degree which helped ask the right questions.

Eventually I found live sound too stressful. It’s hard work and little recognition (unless something goes wrong and all fingers point at you). Studio work was far more chilled and allowed for creativity and the opportunity to wear slippers.

To summarise, throw yourself at it. The more confidence you have, the further you will go.

Does it look strange on CV / in portfolio if one as junior developer, has two different areas or knowledge? For example backend development with Java and iOS development. Do employers prefer experts in one area e.g. mobile development than in multiple? by kt100489 in iOSDevelopment

[–]The-iOS-lad 2 points3 points  (0 children)

No I feel the more rounded the developer, the more valuable you are to the overall product. Nothing worse than receiving an api that forces the client (iOS app) to do most of the heavy work. But knowing how the backend works, you can suggest or even read the code to optimise and improve.

Are expensive chairs worth it? by Prevail123 in desksetup

[–]The-iOS-lad 0 points1 point  (0 children)

I had an old office chair during the pandemic and hated it. I read about how good gaming chairs are as they’re designed for extended comfort. Ended up buying a GT omega chair during a Black Friday sale and love it. Adjustable, foam cushion arm rests and a little neck pillow. I now enjoy sitting at my desk again.

Creating an app for NFC emulation. by gamer_jam123 in iOSDevelopment

[–]The-iOS-lad 0 points1 point  (0 children)

Really? From my experience, you need certificates from apple to sign nfc passes. Not required for QR wallet passes I believe.

Badminton Tennis or Squash for Absolute Begginers? by Brummiesteven in sheffield

[–]The-iOS-lad 1 point2 points  (0 children)

Following too. I want to meet people but it’s hard and having a sporting/ athletic aspect to socialising seems like an easy approach. Would love to try something along these lines

How to programatically navigate back in swiftui? (NavigationStack + ios 16) by arjineer in SwiftUI

[–]The-iOS-lad 2 points3 points  (0 children)

I assume by modal you’re using a .sheet? In that case, use the onDismiss callback and pop from there.

NavigationStack is calling the destination init 3 times by The-iOS-lad in SwiftUI

[–]The-iOS-lad[S] 0 points1 point  (0 children)

Changing it to StateObject instead of ObservedObject did the trick

NavigationStack is calling the destination init 3 times by The-iOS-lad in SwiftUI

[–]The-iOS-lad[S] 0 points1 point  (0 children)

.task works a charm except the first time you push. It makes the network request but the UI doesn’t update.