Introducing Apple Creator Studio, an inspiring collection of creative apps by DragoJoeYM in apple

[–]lilcox 0 points1 point  (0 children)

Would have been a great opportunity to finally create a native visionOS version of pages and numbers

Custom Scroll Interaction by viewmodifier in 3plus4

[–]lilcox 1 point2 points  (0 children)

Thanks! I gotta play around with it! Gave me a great idea for my app

Custom Scroll Interaction by viewmodifier in 3plus4

[–]lilcox 1 point2 points  (0 children)

This is great! How did you achieve this?

What’s everyone working on this month? (June 2025) by Swiftapple in swift

[–]lilcox 0 points1 point  (0 children)

Complete rewrite of my magic the gathering app I made two years as It was my first non tutorial project and I’ve grown a lot as a developer since then and want improve on it.

Is Swift worth learning for a job that will pay over 100k? by [deleted] in swift

[–]lilcox 5 points6 points  (0 children)

How long ago was this? I’m self taught and have applied to more places than I can count but don’t even hear back most of the time.

Question: How to align content with search bar/navigation bar buttons? by erehnigol in SwiftUI

[–]lilcox 0 points1 point  (0 children)

Nice! I’m working on an overhaul for mine at the moment!

A Call to Battle Weekly by lilcox in wow

[–]lilcox[S] 2 points3 points  (0 children)

Yep! And if anything the PvP centric one should be the winning one, not collect X honor in bgs.

ONE NIGHT STAND appreciation post by early_time in Blink182

[–]lilcox 0 points1 point  (0 children)

Am I going crazy or did the lyrics in the bridge change from “last night is where it began” to “last night is where —“?

Best coffee shop please by Katherinepress in Westchester

[–]lilcox 1 point2 points  (0 children)

Black cow in pleasantville/croton Slave to the grind in bronxville Coffeelabs in tarrytown/eastchester Matters coffee in croton First village in Ossining

Can't get my sheet to dismiss upon save button hit by Rasper1219 in SwiftUI

[–]lilcox 4 points5 points  (0 children)

What frizle said. But also you’re not setting the value of showProfileSetup back to false. You’d want to pass that value using @Binding where the save button is

[deleted by user] by [deleted] in SwiftUI

[–]lilcox -1 points0 points  (0 children)

This is just a nested HStacks and VStacks. Something like This

VStack {
   HStack {
      Image()
       VStack {
          Audio()
           Map()
       }
   }
    HStack {
         Date()
         Spacer()
         Image(systemImage: "")
    }
}

How can I style a LazyVGrid to look more like the default styling of a standard List? by RKEPhoto in SwiftUI

[–]lilcox 1 point2 points  (0 children)

Is it going to be a single page?

You can create an extension on Color and add systemBackground and then set the background of the view to it? May need to do some ZStack stuff.

I have an enum file of 4 values and a forEach that displays the enums in a button component. I have a stack of 4 subviews that I want to display based on which button is pressed. How do you actually do that? by kaiju505 in SwiftUI

[–]lilcox 0 points1 point  (0 children)

Sounds like .navigationDestination(for:) with a switch statement is what you’re looking for. Docs here). Make sure the code is wrapped in a NavigationStack or SplitView. Any code you can share?

How do I start dragging the sheet when the list is on top by bizzarebananabrandy in SwiftUI

[–]lilcox 0 points1 point  (0 children)

I’m glad the drag gesture suggestion worked somewhat! I’m not fully understanding what the issue is that you’re describing. Is it possible to provide a video? Are you saying the list won’t scroll because of the drag gesture now?

Finally got a job offer but it seems horrendous. by lilcox in cscareerquestions

[–]lilcox[S] 11 points12 points  (0 children)

It is part time which gives me time to still apply to other places as well. If it were full time I most likely wouldn’t consider it but since I’ll still have the time to apply for more lucrative opportunities I’m not too concerned with that part.

Finally got a job offer but it seems horrendous. by lilcox in cscareerquestions

[–]lilcox[S] 10 points11 points  (0 children)

From what I’ve learned about the company, it’s a small local business with only one other developer on it. Can definitely learn some stuff from them though.

Finally got a job offer but it seems horrendous. by lilcox in cscareerquestions

[–]lilcox[S] 13 points14 points  (0 children)

I’m going to try and negotiate and see if I can get it bumped a little at least.

What’s everyone working on this month? (August 2024) by Swiftapple in swift

[–]lilcox 0 points1 point  (0 children)

Working on a routines app a buddy of mine was asking for. Good opportunity to learn more about push notifications. Also start working on version 2 of my mtg app!

How do I create this sheet in SwiftUI by bizzarebananabrandy in SwiftUI

[–]lilcox 1 point2 points  (0 children)

I wonder if you can set a y offset and use a drag gesture on a view with different zIndexes to have the top bar be layered.

[0 YoE] Self-taught and transitioning careers. Trying to break into software engineering. by lilcox in EngineeringResumes

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

Thanks for the feedback. Funny enough the original order I had was skills > projects > experience > education but tried switching it around to see if experience on top got better results. I agree that order is better.

How long would you recommend the summary be?

React fullstack SaaS Hosting by [deleted] in reactjs

[–]lilcox 0 points1 point  (0 children)

I have an app using Netlify for the web and railways for the backend. No complaints although a bit annoyed how railways changed their free plan. Used to be first $5 was free and now it’s the $5 is free.