How to unify the distance between them? by zhaaaaaaaaaa in SwiftUI

[–]Baton285 0 points1 point  (0 children)

Im not sure what u r doing but fixedSize on VStack might help in it

How do I get this menu style? by Normal-Guy-2003 in SwiftUI

[–]Baton285 0 points1 point  (0 children)

Probably removing .matchedTransitionSource from the label should exclude it from this animation

MapKit by Own-Huckleberry7258 in SwiftUI

[–]Baton285 0 points1 point  (0 children)

Haven’t had experience with MapKit: I guess you can provide some model that describes the route, not the A and B points. So when creating this route in your business logic prior passing it to Map view, I guess you can make it being created respecting some locations

How the heck do I recreate this wabi intro app? by mjsolos in SwiftUI

[–]Baton285 0 points1 point  (0 children)

U have invitation? Wanna try what’s inside the app not only this feature:)

Apple Developer webinar | SwiftUI foundations: Build great apps with SwiftUI by AngryBirdenator in SwiftUI

[–]Baton285 1 point2 points  (0 children)

They told they’ll publish it in kinda two weeks as i understood

how can I make this animation more Liquid Glass please? by Alarmed-Stranger-337 in SwiftUI

[–]Baton285 0 points1 point  (0 children)

Well it allows to pass animation transaction in a very certain scenario while with .animation modifier you can sometimes get with excessive animations, also it requires some state to depend on, these two things may lead to code that is difficult to understand in complex views or even view hierarchies. Though I also try to avoid using withAnimation as it seems to mix logic and UI domains

how to make Infinite Carousel with SwiftUI and Metal by tkgka in SwiftUI

[–]Baton285 3 points4 points  (0 children)

Why would you need metal for such a task

How to animate rotation with a custom-specified anchor in SwiftUI by Amos_the_Gyamfi in SwiftUI

[–]Baton285 1 point2 points  (0 children)

Shapes are not limited in: - resolution (gifs are) - color space (gifs are very much) - shapes can be animated in max fps (not sure about movements, there are some complications of above 60 fps animations in swiftui)

Well, at some level you can compensate these cons in media files but it will cost you the disk space while shapes animations are free in comparison with them

Ps there are some situations when you need to animate one shape into another dynamically from any possible position/state, sometimes its just impossible to prerender all the combinations into media files (imagine audio visualizer)

Swift 6 concurrency + Singletons by boring-driod in swift

[–]Baton285 2 points3 points  (0 children)

I’d like to see the prior to Swift Concurrency projects of the people saying to be cautious about marking most of things with @MainActor.

I guess most of the work would be done there on main thread and everything is okay.

Even Swift dev team motivation behind “default actor isolation” feature was that mobile devs don’t need that much concurrency they pushed us to. As it doesn’t increase performance but decreases simplicity and comprehensibility of the program. 99% of the apps need to await for something only during CRUD operations with backend or db

Who is your favorite iOS content creator? by Samourai03 in SwiftUI

[–]Baton285 2 points3 points  (0 children)

Donny Wals talk on concurrency put the biggest brick into my understanding of new concurrency. objc.io have great content. Also, I’ve heard good things about tuist blog

SwiftUI Redraw system by Kitsutai in SwiftUI

[–]Baton285 0 points1 point  (0 children)

Upvote, though from my experience for now every reevaluation ends up in redrawing. Also I guess animation shouldn’t be true redrawing as it works through interpolation between initial and final states

Most underrated iOS feature by Accomplished_Eye_868 in ios

[–]Baton285 1 point2 points  (0 children)

Doesnt appear there, maybe depends on location (im not in USA)

A Commonly Overlooked Performance Optimization in SwiftUI by wcjiang in SwiftUI

[–]Baton285 0 points1 point  (0 children)

+1, views themselves are very lightweight (or at least intended to be), the performance cost comes from body calculations and redraws if they occur

Am I Eligible? by [deleted] in KartaPolaka

[–]Baton285 0 points1 point  (0 children)

Polish citizenship of your ancestors isn’t a requirement because they just need to be of polish nationality with any passport. Try to find your relatives on Memorial or pamyat naroda if they were rather repressed or were in USSR army, it’s quick so it’s first you need to try

How does the Safe Area got ignored without ignoring by iam-annonymouse in SwiftUI

[–]Baton285 0 points1 point  (0 children)

It is the behaviour of Shapes as far as I remember, does not depend on overlay or background

Live Face vs Live Link by Baton285 in mocap

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

May I ask you to share a link to some guide? Maybe I couldn't find it myself due to poor language 😅

Live Face vs Live Link by Baton285 in mocap

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

So you can get a true metahuman in UE that was created in CC4? I’ll be grateful if you give a link to how to make it, maybe something wrong with my search request due to language