eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

221
active users

#iosdev

10 posts9 participants1 post today
Natalia Panferova<p>iOS 26 comes with a few updates to sheets, like the Liquid Glass background in partial height and morphing transitions from the toolbar buttons that present them. My new blog post explores how we can take advantage of these changes in our SwiftUI apps: <a href="https://nilcoalescing.com/blog/PresentingLiquidGlassSheetsInSwiftUI" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">nilcoalescing.com/blog/Present</span><span class="invisible">ingLiquidGlassSheetsInSwiftUI</span></a><br><a href="https://mastodon.social/tags/iOSDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iOSDev</span></a> <a href="https://mastodon.social/tags/SwiftUI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftUI</span></a></p>

Sur mon #blog, je remarque que mon application la plus populaire est aussi la plus simple.

Nano Notes : prise de notes sur iPhone, lecture sur Apple Watch. Suuuper basique. Et pourtant, 100.000 téléchargements, 2000 notes sur l’App Store et une moyenne de 4.9/5. (Au passage, Apple se décide enfin à lancer sa version officielle. 😏) #iOSDev
vtourraine.net/blog/2025/nano-

www.vtourraine.netNano Notes, grande réussite
More from Vincent Tourraine

If you're looking to see how long a piece of your #Swift code takes to execute (and you can’t/don't want to bother with Instruments) look at ContinuousClock.

It can be used like this:

let clock = ContinuousClock()
let elapsed = clock.measure {
<the code to evaluate…>
}
print(“That took: \(elapsed))

Handy for caveman optimizations.

Docs are limited but here:
developer.apple.com/documentat

Apple Developer DocumentationContinuousClock | Apple Developer DocumentationA clock that measures time that always increments and does not stop incrementing while the system is asleep.

🎉 #IndieAppSales is back this week!

Both of our iOS apps are just $1:

Audracity ($10 → $1)
A question game that turns any gathering into deeper, more meaningful conversations. Free to try!

Mastowatch ($4 → $1)
A powerful browser and inspector for Mastodon servers. Free version available!

Both are universal apps for iPhone, iPad, and Mac. No subscriptions!
Audracity → apple.co/47HmGeg
Mastowatch → apple.co/3VUPytt

Audracity on the App Store
App Store‎Audracity‎Whether it's a cozy date night, an energetic party, a memorable family get-together or even a long car ride in the middle of an epic road trip, Audracity is your go-to app for sparking lively conversations and creating unforgettable moments. Features: * Wide range of ice-breaker questions for frie…

My random number generator app is now on the App Store!

Thanks to the generosity of nythepegasus, the lead developer of @sidestore, I had the chance to publish RNGTool on the iOS and macOS App Stores for free, which was very much appreciated.

You can now enjoy your numbers, dice, coins, cards, and marbles with ease on your iPhone, iPad, Apple Watch, and Mac. Now Gatekeeper approved!

apps.apple.com/us/app/rngtool/
#programming #swift #iosdev

RNGTool on the App Store
App Store‎RNGTool‎RNGTool is the easiest way to generate random numbers, roll some dice, draw some cards, and select random letters. RNGTool offers the following modes: Numbers: Generate a single random number using only a minimum and maximum number. The simplest way to generate numbers. Coins: Flip some coins! Di…

My weekend project:

⭐⭐⭐⭐⭐️ FivestaRSS: a small service that pulls your app’s reviews from the App Store and Google Play into an RSS feed.

You can then connect the feed to Slack, Discord, or anywhere else that supports RSS.

Easy to deploy: no database needed, just a simple XML file as persistent storage per app.

github.com/QotoQot/FivestaRSS

GitHubGitHub - QotoQot/FivestaRSS: RSS feed of your app's reviews in App Store and Google PlayRSS feed of your app's reviews in App Store and Google Play - QotoQot/FivestaRSS