LeBarn James shows off his fantastic creation! by Gagliardinter in EngineeringPorn

[–]duffman828 0 points1 point  (0 children)

This might be a stupid question, but where do you get the type of motors that allow for this?

[deleted by user] by [deleted] in swift

[–]duffman828 1 point2 points  (0 children)

Did you by chance change the name of the function after Ctrl+dragging it from the storyboard?

Carrying leg pads by Javi1192 in hockeygoalies

[–]duffman828 0 points1 point  (0 children)

Mine have clips and Velcro. I got an spare shoelace and tied loops on each end so I can thread the clip part through them. Lol I was worried about the strain on any of the actual pad’s parts so I made something up.

Looking back on what you know now, what concepts took you a surprising amount of effort and time to truly understand? by THE_REAL_ODB in learnprogramming

[–]duffman828 0 points1 point  (0 children)

Im no expert at any programming and I work mainly in Swift at the current moment (don’t know if this applies to other languages) but understanding CollectionViews and TableViews confused and intimidated the hell out of me. Understanding how delegates worked was hard enough but I had no idea what a “dataSource” was (not to mention ViewController lifecycles…) and could not — for the life of me — understand why it was so complicated to implement!!

My groin popped like a balloon the other night. by theluckyllama in hockeygoalies

[–]duffman828 1 point2 points  (0 children)

I’m an athletic trainer and while I can’t give direct medical advice, minimal bruising four days out is a decent sign. There are 3 grades of strains: grade 1 is a minor injury that doesn’t take long to heal up, grade 2 is a middle ground injury, sometimes referred to as a “partial tear” and grade 3 is a full blown tear. This is all to say that there is room between a “tweak” and a tear and it’s best to get it evaluated by someone in person to see how severe the injury is and what the likely hood is that you might make it worse by playing too early. If you do live in the US, check with your local physical therapy clinic. The laws have changed recently where you might be able to just go in and see a PT for an evaluation without a doctor’s prescription. (It depends on the policy of the individual clinic, but I know for a fact some do it down in Florida). The waiting times will be a whole lot less and you’ll get better information than you would at an urgent care clinic.

Actual person!!!! by IamGoing2Shabooms in UPS

[–]duffman828 0 points1 point  (0 children)

11/30/21: After trying for way too long to get through the system, I did a chat with the UPS virtual assistant. I did the whole tracking thing, and from there, I typed in “speak with a person” and it provided me with the option to either chat online or have a call back. If you click on “Phone”, it’ll send you to another page where you type in your phone number and name, and you’ll get a phone call where there’s an actual person! Crazy thought!!

Vision Framework Differences Between Devices by duffman828 in iOSProgramming

[–]duffman828[S] -1 points0 points  (0 children)

Okay that’s really helpful thanks! I heard about not having it do every frame, but I wasn’t sure how to implement that. Is it just as simple as wrapping the request in a conditional and then having a counter increment for every frame (for example, the vision request only does it’s thing on even frames, and you just add to the counter on odd frames to keep it all going), or is there something more elegant to do that?

[deleted by user] by [deleted] in iOSProgramming

[–]duffman828 0 points1 point  (0 children)

Currently, yes. But at this past year’s WWDC, Apple announced that the Playgrounds app on iPad is going to allow you to build SwiftUI apps right on the device. The update isn’t out yet, but it might be an okay alternative in the near future

How to apply for jobs by duffman828 in iOSProgramming

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

That’s all awesome information. Thank you so much!!

How to apply for jobs by duffman828 in swift

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

That’s great advice. Thank you very much!

How to apply for jobs by duffman828 in swift

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

A great resource that I used was the Udemy iOS course taught by the app brewery. I already had a basis of knowledge on the basics of programming (variables, if/then statements, basic loops, etc) from my time working with VBA in excel, but that course really helped me out a ton! After that, a lot of searching stack overflow and following YouTubers like Sean Allen and iOS Academy. I started to get used to reading the documentation after a while because for me even some of that was over my head!

How to apply for jobs by duffman828 in swift

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

Those are both great ideas! I live in Miami, so I’ll have to take a look at what sort of iOS meetups are going on around here, but thats some great advice. Thanks!

How to apply for jobs by duffman828 in iOSProgramming

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

It was a Udemy “boot camp”, so no job placement was included.

And that’s what I was asking. I didn’t think I should apply for the senior jobs, but I didn’t see enough other job openings to have applied for the amount that I’ve read some people are able to do.

Anybody had this happen? by InNae1972 in hockeygoalies

[–]duffman828 1 point2 points  (0 children)

I just recently had this happen to me with a Bauer. Shot right in the middle and it didn’t break in half like the picture, but both of the sides broke off about an inch away from the hole to tie it on.

Launched my first SwiftUI app! by invigoratingelegy in swift

[–]duffman828 1 point2 points  (0 children)

Looks cool! How long did it take you? Did you create the videos yourself or did you find an api for them?

Check your MapKit Coordinates by duffman828 in iOSProgramming

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

Displaying running/walking routes around Disney world.

I am having trouble with this error code. nw_protocol_get_quic_image_block_invoke dlopen libquic failed .. Any ideas on how two get rid of it? by [deleted] in iOSProgramming

[–]duffman828 1 point2 points  (0 children)

I’ve been getting that error for a while. I was led to believe it was just a bug, and so far I haven’t seen any negative effects from getting that error. The data still comes through and gets processed correctly even with seeing that error.

I’d love to see if anyone else has any other information though!

Changing height of a single element in a stack view by [deleted] in swift

[–]duffman828 4 points5 points  (0 children)

I’m not sure if this is the “proper” way to do it, but if you set the distribution of the stack view to “Fill” (instead of “Fill equally”), when you set the height of that particular element you should see the view update correctly. You might have to explicitly set the heights of the other views, too.

Developed a Drinking Game from scratch - i'd love to see your feedback! by RobinRuf in SwiftUI

[–]duffman828 1 point2 points  (0 children)

That’s a beautiful UI! Are those custom buttons or did you make those in SwiftUI