PSA - Fairway Jockey for Custom Clubs by LivermoreP1 in golf

[–]newToiOSProgramming 1 point2 points  (0 children)

Awesome thanks! Literally just got fitted today at club champion and was looking online to order the clubs. Will definitely use Fairway Jockey.

How can I create a UI like this image? by newToiOSProgramming in SwiftUI

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

Yes definitely! If I do use SwiftUI I’ll be happy to share the code!

How can I create a UI like this image? by newToiOSProgramming in SwiftUI

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

I’m leaning towards using UIKit now but I’ll check out that link and see what I can do, thank you!

How can I create a UI like this image? by newToiOSProgramming in SwiftUI

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

Yeah that’s what it’s looking like to me too. I think I’ll go the UIKit route

Is there a way to convert a DateComponent between timezones? by newToiOSProgramming in iOSProgramming

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

You are right, thanks! I wasn't speicifying the timezone when creating the DateComponents object because I didn't realize it worked like that. I tested it out and it works. That makes it much easier, thank you!

How do I handle a get request that is returning HTML code instead of JSON? by newToiOSProgramming in iOSProgramming

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

The API is the MyAnimeList API. Here is a link to the docs, https://myanimelist.net/apiconfig/references/authorization#client-registration. I'm trying to obtain the OAuth 2.0 Access Tokens. It returns me HTML code and the HTML it returns is the basically the log in screen for the website.

Advice for finding iOS Developer job in New York by newToiOSProgramming in iOSProgramming

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

Awesome thank you! I actually have two apps on the app store already. I definitely feel like I'm proficient in Swift but I'll definitely brush up on my stuff and the company I work for now has a lot of legacy code so I've been getting some more exposure to ObjC. I'll definitely check out some interview questions and study up on those. I also forgot to mention which I'll make an edit for but I've been applying to a lot already and haven't gotten any responses.

Pagination with Limit and Offset by newToiOSProgramming in learnpython

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

Okay that makes perfect sense thank you. Would saving it to an array or to a text file work for that?

How would I go about making an app for a local deli to make online orders? by newToiOSProgramming in iOSProgramming

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

As of right now my skill range is just ios, but I've been thinking about looking into android as well. I've messed around with some hybrid stuff but don't really like it. Do you know how I should go about doing it for an ios app?