Elektrine lite

← Feed

Vince

vpsteinmann@mastodon.social

<p>iOS Developer making ARTE.tv for iOS, tvOS &amp; visionOS at <span class="h-card" translate="no"><a href="https://mastodon.world/@evenly_io" class="u-url mention">@<span>evenly_io</span></a></span></p>

Posts

  • Post #2987904

    @bigzaphod @jeffmerola @myell0w If it&amp;#39;s implemented with custom actions, I *think* it will say &amp;quot;actions available&amp;quot; after reading the &amp;quot;main” accessibilityLabel.

  • Post #2987903

    @bigzaphod Couldn&amp;#39;t you make the same argument for GCD?

  • Post #2987902

    @bigzaphod true. my guess is that .task is just for short-ish things that are heavily tied to the view. the docs state that the task is cancelled as soon as the view is removed or changes identity. for longer running operations or things that need to keep running even if the particular view is gone, you would need to handle that in your model layer anyway and/or with the .backgroundTask modifier on Scene.

  • Post #2987901

    @schwa definitely. I actually liked the tab model they ended up with in Xcode 16. Now you can&amp;#39;t have the &amp;quot;0 tabs open&amp;quot; state anymore. And because the tab bar is only shown as soon as you have a pinned tab or more than one tab, the editor jumps up and down. This feels like a regression to me. But will have to get used to it, I guess. (Edit: Okay, at least you can enable &amp;quot;View -&amp;gt; Show Editor Tab Bar&amp;quot; so it&amp;#39;s always visible, now bring...