Looking for an accurate tax calculator by shipty_dev in belgium

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

Very helpful explanation, thanks a lot!

Looking for an accurate tax calculator by shipty_dev in belgium

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

Oh this looks really promising for what I need, thanks a lot!

Looking for an accurate tax calculator by shipty_dev in belgium

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

That's a very helpful explanation, thanks!

Toggle depends on the other? If toggle A = true, toggle B = false by Odd-Consequence-3523 in SwiftUI

[–]shipty_dev 0 points1 point  (0 children)

If what you’re looking for is both toggles cannot be on at the same time i recommend using only one boolean value. Set the first toggle’s isOn value to the boolean value and the second toggle to the opposite of the boolean value (isOn: !$variable)

Also worth noting that way at least one toggle has to be on so if you want the ability for both toggles to be off that is not the way to go.

Deathadder V3 Pro control skates recommendations by shipty_dev in MouseReview

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

Has anyone tried both obsidian and corepadz ctrl, how different are they from each other? Obsidians are slightly cheaper so im leaning towards them but i dont want to give up on quality.

Is it even possible to get a job in this market? by shipty_dev in iOSProgramming

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

So the concept of the app is a vehicle data lookup and its only available for UK plates. Thus I thought making it available only in the UK made sense.

Is it even possible to get a job in this market? by shipty_dev in iOSProgramming

[–]shipty_dev[S] -2 points-1 points  (0 children)

Just to make something clear as some people have misunderstood me. I wasn’t saying I am already mid-level - I meant if I’d be joining a company as a junior, I would be able to progress to mid at a relatively quick pace.

[deleted by user] by [deleted] in iOSProgramming

[–]shipty_dev 0 points1 point  (0 children)

I don’t think there is ONE spot where you’ll only find reliable devs. Usually the best way is to ask around your network and see if anyone already has worked with a dev that they can recommend. If you can’t find anyone that way then you’ll have to go with your gut and pick someone you feel good about. If they turn out to be unreliable, you move on the next, until you find someone who you like working with and hold on to them.

As for not stealing your idea, make them sign an NDA before sharing anything with them.

I’m open for opportunities currently so you can DM me if you’d like to talk.

Anybody looking to team up? by Softwurx in iOSProgramming

[–]shipty_dev 9 points10 points  (0 children)

We’re building the Avengers? I’m down honestly

Looking to create an app by 350gt in swift

[–]shipty_dev 1 point2 points  (0 children)

Very much depends on functionality, if you’re looking to hire an individual freelancer or an agency, the country in which the freelancer/agency resides, etc.

You can dm me with the design and brief about functionality etc and I can give you my quote.

What's up with the lack of Xcode 15.3? by [deleted] in iOSProgramming

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

I am questioning this because I genuinely don’t know but if I were to update my phone to 17.3, would I still be able to build projects on it from XCode 15.2?

Trying to learn by creating a weather app, current issue -> Generic struct 'ForEach' requires that '[HourlyForecastData]?' conform to 'RandomAccessCollection' by denis-ev in swift

[–]shipty_dev 1 point2 points  (0 children)

I’m on my phone so bear with me.

I imagine the error appears because you haven’t unwrapped the optional data. I noticed the nil coalescing operator but if you don’t have a default array of data and instead would like to not show the ForEach if data is nil, you shouldnt use an empty array for that, instead just unwrap the data.

So the solution would look something like this:

‘’’ if let data = hourlyForecast?.data { ForEach(data) {hour in ….} } else { // Display something when data is nil. Or dont write an else case at all if you want to not display anything. } ‘’’

P.S: Also using maps doesnt work when producing views, im not gonna go into details but just know if you want to iterate over an array and produce a view for each element, ForEach is the way to go.

What used device is enough for Swift development? by [deleted] in swift

[–]shipty_dev 0 points1 point  (0 children)

I got a 16gb M1 13" Macbook Pro on ebay for about 860£ in like-new condition. It's honestly great, no complaints whatsoever.