Today is the day, finally launching a new app! It's called Glance. It helps you easily and privately share your details with people. Great for the complex names in a coffee shop, or keeping your mobile private in the pet store! A simple app, but I'm really proud of it!
https://apps.apple.com/au/app/glance-your-details/id6747058129
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
https://www.vtourraine.net/blog/2025/nano-notes-succes
I‘m participating in the lovely https://indeappsales.com sale again so go over there and find some fantastic indie apps of my friends and me Thank you @matt1corey for organizing this
You can get App Exhibit for 66 % of only until the (1/2)
Ok, if I needed a custom in-app browser other than SFSafariVC what open source ones might you recommend? #iosdev
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:
https://developer.apple.com/documentation/swift/continuousclock/
#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 → https://apple.co/47HmGeg
Mastowatch → https://apple.co/3VUPytt
Inter is such a great font for mobile development: it’s quite close to Roboto, so they look good together and Roboto basically becomes a condensed Inter.
And it’s even closer to SF Pro, although a bit more spacious, which makes it great for long body texts on iOS, where SF Pro can feel a bit too interface'ish.
And it supports Cyrillic!
https://rsms.me/inter/
Did you know the order of properties matters when creating AI models in Apple’s Foundation Models Framework? #iosdev
Watch this Short to learn why
https://youtube.com/shorts/xHcXrNf6oMg
Thinking about starting to build iOS apps again…
I still enjoy building things for the web, but since it's my day job, I want to switch things up a bit for my personal projects. Plus, Swift is just a beautiful language
I already completed #hackingwithswiftui in 2022. What are the most notable changes since then that I need to catch up with?
Create text gradients in SwiftUI using foregroundStyle for enhanced visual effects in applications, supporting... https://wesleydegroot.nl/blog/Gradients-in-text-using-foregroundStyle #blog #programming #iosdev #swiftlang
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!
https://apps.apple.com/us/app/rngtool/id6748287907
#programming #swift #iosdev
How much popularity and difficulty of keywords should I target to boost organic traffic?
I targeted below:
(1) Popularity: 0.5
(2) Difficulty: 2.5
0.5 (popularity) means 5/100 users search this keyword monthly or daily? Reply Plz
What do you check before installing the app? Subscription or Freemium?
Before installing the app, what do you check in the app?
(1) IAP—Subscription (Monthly, Weekly, or Yearly)
(2) Freemium (one-time payment)
(3) Features.
Why are the Activity Widgets, and the Standby Night Mode Widget not redered? This is Xcode 16, and the default Widget Extension Target
A new release of TootSDK - 16.0.1
https://github.com/TootSDK/TootSDK/releases/tag/16.0.1
What's changed:
- Conform OpenEnum to CodingKeyRepresentable @luckkerr
Community contributions are greatly appreciated
In iOS 26 we have a new framework called AlarmKit for scheduling alarms and timers that cut through silent mode and Focus. I've been experimenting with countdown timers and wrote a detailed post walking through the setup: https://nilcoalescing.com/blog/CountdownTimerWithAlarmKit
#iOSDev #WWDC25
Classic analytics workflow: Start investigating
Hit roadblock
Wait for new data
“What was I doing again?”
Restart from zero
There’s a better way!
We explain here:
https://telemetrydeck.com/blog/maintaining-analytical-context-with-notebooks/
A Smarter To Do List App for iOS & Android
13 International Languages Built-In
iCloud Sync
Export Beautiful PDF Task Reports
Calendar + Gantt View
Voice Add + Text-to-Speech
– Add tasks hands-free. Smart Repeat Reminders + Icons
App Store: https://apps.apple.com/app/id6746975926
Play Store: https://play.google.com/store/apps/details?id=com.airson.todolist
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.