mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#iosdev

39 Beiträge38 Beteiligte0 Beiträge heute

Image Playground is now live in Europe!

Super easy-to-use API, works right out of the box.

What I love most? It runs on-device — meaning low power usage ⚡ and full privacy (they say).

The images are arguable for now, but it’s apple could change with update. Give it a shot! 🎨

#iosdev#ios#AI

I started testing ChatGPT Codex and I'm not sure how to solve this issue. Every time it tries to compile it hits an error because it can't find SwiftUI (or another Apple Framework). Is there a way to get it to compile or if not, change the tests so it's not trying to?

A new release of TootSDK - 15.0.0 📣

github.com/TootSDK/TootSDK/rel

What's changed:

- Update CODE_OF_CONDUCT and CONTRIBUTING guidelines @iamkonstantin
- [BREAKING] Support versioned/dated terms of service endpoint @dale_price
- [BREAKING] Support server rule translations @dale_price

Community contributions are greatly appreciated 🙌

What's Changed

Update CODE_OF_CONDUCT and CONTRIBUTING guidelines by @kkostov in #349
[BREAKING] Support versioned/dated terms of service endpoint by @daprice in #350
[BREAKING] Support server rul...
GitHubRelease 15.0.0 · TootSDK/TootSDKWhat's Changed Update CODE_OF_CONDUCT and CONTRIBUTING guidelines by @kkostov in #349 [BREAKING] Support versioned/dated terms of service endpoint by @daprice in #350 [BREAKING] Support server rul...
#iOSDev#Swift#TootSDK

SoraSNS is a Mastodon Bluesky Nostr Misskey all in one iOS app. The next update offers **major UI re-designs**, including a beautiful new Today tab, offering you an easy way to discover news, trending posts, topics, and profiles.

apps.apple.com/us/app/sorasns-

Using local algorithms, SoraSNS mixes trending posts into your home timeline, and ranks posts based on factors like freshness and interaction counts.

In September, when iOS 26 launches, there’ll be even more exciting features!

#apple
#appstore
#bluesky
#fediverse
#ios
#mastodon
#misskey
#nostr
#ミスキー
#マストドン
#ブルースカイ
#iosdev
#technews

Antwortete im Thread

Maybe some more experienced #iOSDev can help me. 🧐 Does code from inside DispatchQueue.main.async { } is executed after all UI updates are done? Do I understand correctly I’m safe to call save on the model context there? 🙃