Trending

#iOSdev

Latest posts tagged with #iOSdev on Bluesky

Latest Top
Trending

Posts tagged #iOSdev

RocketSim is pretty awesome, and really should be part of Xcode. #iosdev . Enabling the use of the camera within the simulator is a huge benefit for apps that make use of it, among many other cool features.

2 0 0 0
Video

Just finished the onboarding for my (completely human-written and made) app Stargaze!!! Yippeeeeee >///<

Hope the disco lighting in the background isn't too distracting!

#BuildInPublic #IndieDev #SoloDev #Indie #AppDev #iOSDev #Dev #UI #Design

6 0 0 0
Video

Thremark. AI that remembers you.

Real time Voice, Memory, Files.
All native iOS, liquid glass

TestFlight March 19

thremark.com

#buildinpublic #iosdev #voiceai #indiedev

5 0 0 0
Post image

me: ships a new iOS app feature
also me: was that actually necessary or did i just enjoy writing swift for 6 hours

#indiedev #buildinpublic

#iosdev

4 0 0 0
Preview
GitHub - FlineDev/PlanKit: Ideas → Roadmap → Steps — a planning plugin for Claude Code Ideas → Roadmap → Steps — a planning plugin for Claude Code - FlineDev/PlanKit

Built a lightweight planning plugin for Claude Code. Ideas → Roadmap → Steps → Done — all markdown files in your repo. No external tools, project-specific.

Check it out 👉 github.com/FlineDev/Pla...

#ClaudeCode #DevTools #IndieDev #iOSDev

5 1 1 0
Post image

Why Your SwiftData iCloud Sync is Not Working
azamsharp.teachable.com/courses/azam...

#iosdev #swiftdata

1 1 0 0
Screenshot from a TelemetryDeck weekly email for Miniotaur showing 3,788 users for the week of 09/03/2026 and 304,862 signals, with a highlighted 189,300% increase in users compared to the previous week.

Screenshot from a TelemetryDeck weekly email for Miniotaur showing 3,788 users for the week of 09/03/2026 and 304,862 signals, with a highlighted 189,300% increase in users compared to the previous week.

A 189,300% week over week jump in users is not something you expect to see in your inbox 🤩 I had to read that @telemetrydeck.com email a couple of times before it really sank in 😅 #IndieDev #iOSDev #ParentDev

3 0 0 0
Preview
Apple Silicon Build Errors in Xcode: How to Resolve Every Architecture Conflict Apple Silicon Macs build apps differently from Intel machines, and a single wrong architecture setting can halt your entire Xcode project. Apple’s technote TN3117 consolidates every known fix into a single

Apple Silicon still breaking your Xcode builds? The fix is simpler than you think. AdwaitX decodes Apple's official TN3117 guide with exact build settings to reset for arm64 errors in 2026. Full step-by-step walkthrough here #AdwaitX #AppleSilicon #iOSDev

0 0 0 0
Preview
Flutter Can’t Do Everything. Here’s How You Cross the Line Into Native. Bluetooth, NFC, biometrics, background sensors — sooner or later every Flutter app needs something the framework doesn’t expose. Platform…

I just published Flutter Can’t Do Everything.
Here’s How You Cross the Line Into Native. medium.com/p/flutter-ca...
#Flutter #FlutterDev #Dart #PlatformChannels #MethodChannel #EventChannel #FlutterFFI #Pigeon #NativeIntegration #FlutterInterview #MobileDevelopment #AndroidDev #iOSDev #Swift #Kotlin

0 0 0 0

I’ve been building a new iOS app for reflective journaling and I’m finding Claude Code to be a big help with design, less so with code. Probably because I struggle more with the former than the latter. #buildinpublic #iosdev #indiedev

8 0 3 0

I found some errors in the new Spain band plan, but I have a fix and plan to submit it today with a few other bits and bobs. Behind the scenes, I decided to consolidate all of my UI variables (padding, corner radii, capacities, etc.) into a single file with lots of enums. #QRV #amateurradio #iOSDev

2 0 1 0

Does anyone know if the using external display is somehow model-specific on the iPhone? On iPad (M1+) and any iPhone simulator it works just fine - I can have a second windowExternalDisplayNonInteractive scene, but on any physical iPhone I have, iOS never offers the second scene 🤔?

#iOSDev #SwiftUI

4 2 0 0

Another thing that tripped me up was adding a localized string key as a computed property in a main target extension on a model from a package.

Apparently it will then look for a string catalog in the module bundle instead of the main bundle.

#swift #iosdev

1 0 0 0

Getting closer now though to covering all the edge cases! This was a doozy. A string key with a variable where the variable also needs to be translated AND styled separately.

Turns out, you can interpolate AttributedString into LocalizedStringKey 🤩

nilcoalescing.com/blog/StringI...

#swift #iosdev

1 0 0 1
Video

Welcome Imprint

You don't type anymore. you talk. marks and files extract in real-time while you speak

Voice is not a feature. it's the interface

TestFlight -> 18 march

#buildinpublic #iosdev #voiceai

4 0 0 0
An Xcode screenshot showing the sample code and the iPad preview.

An Xcode screenshot showing the sample code and the iPad preview.

If you want to get rid of the Liquid Glass sidebar window design, apply .containerBackground(.white, for: .navigation) to its content.

#iOSDev #SwiftUI

5 2 2 0

Idk why I didn’t anticipate localization would come with a whole lot of edge case handling 🙃

Thank goodness for the Swift community sharing so much knowledge. If I had a penny for every time a @natpanferova.bsky.social article saved my ass I’d be a rich man!

#buildinpublic #indiedev #iosdev #swift

6 0 1 1
Prio Cards with new visualizations, by criteria, combined layout, and compact

Prio Cards with new visualizations, by criteria, combined layout, and compact

Prio Cards - Your decision assistant

Updated with new visualizations for even more informed decisions.

apps.apple.com/app/id675636...
priocards.22of8.ch

#decision #management #business #priorities #iosapps #iOS #iosdev

5 0 0 0
Build a Searchable, Sortable SwiftUI List with an Index Scrubber
Build a Searchable, Sortable SwiftUI List with an Index Scrubber YouTube video by Stewart Lynch

Most SwiftUI lists stop at search and sort. This one does not.
In this video, I build a dynamic list with a real index scrubber like the Contacts app. Practical, reusable, and production ready. #Swift #SwiftUI #iOSDev
youtu.be/sUZ6agowSew

3 1 0 0
Video

Just published a quick demo of my iPhone AI writing tool ✍️
Rewrite messy text, summarize articles, extract key points and generate tweet-ready posts all on device using Apple Intelligence.
No cloud. Private. Fast.
apps.apple.com/us/app/rewri...
#indiedev #iosdev #Productivity #AppleIntelligence

4 0 5 0
Post image

A lot of SwiftUI apps look stunning but fall apart when Low Power Mode is on.

iOS throttles CPU/GPU in that mode. If your animations keep running full speed, users feel it.

The fix is straightforward.

#iOSDev #SwiftUI #SwiftLang

12 2 1 0
The main Feed screen showing GameSpot article about "Project Helix" and below release date trailer fro the game "Outbound"

The main Feed screen showing GameSpot article about "Project Helix" and below release date trailer fro the game "Outbound"

"For You" feed showing articles about Arc Raiders and Battlefield REDSEC.

"For You" feed showing articles about Arc Raiders and Battlefield REDSEC.

Helldivers 2 detail page with the new "News" section

Helldivers 2 detail page with the new "News" section

New update with "Feed" is finally out 😀

This new tab combines the Trailers & Reviews tabs and add gaming news to the mix. News are annotated with games so you can quickly learn more & add them to collection.

#gaming #gamingnews #iOSDev #indieDev

8 1 1 0
Post image

Just submitted a new app to the App Store 🚀

Last time, it took 5 rejections and a full month to finally get approved 😅

Let's see how this one goes 🤞

#indiedev #buildinpublic #iosdev #appdev

6 1 0 0
Preview
VaultAudit AI App - App Store Download VaultAudit AI by Damien Asseya on the App Store. See screenshots, ratings and reviews, user tips, and more apps like VaultAudit AI.

Budgeting apps that ask for your bank login are a 🚩. VaultAudit AI uses on-device Apple Intelligence to scan receipts from your screenshots. Your data never leaves your phone. 📱✨
🔗 apps.apple.com/us/app/vault...
#VaultAuditAI #Privacy #iOSDev #AppleIntelligence

2 0 0 0
Graph showing number of daily active users going from mostly 0 two days ago, to 1500 today.

Graph showing number of daily active users going from mostly 0 two days ago, to 1500 today.

Screenshot from App Store showing Miniotaur in the section "New games we love"

Screenshot from App Store showing Miniotaur in the section "New games we love"

My son and I just realized, that many people has started downloading our maze app, Miniotaur, the last 2 days 😅 Since launch, not many people had downloaded it, but maybe getting featured in "New games we love" in the App Store does something 🥰
#IndieDev #iOSDev #GameDev

9 3 1 0
Preview
Explore SwiftUI - Visual Library for SwiftUI Components Discover SwiftUI components and modifiers through visual examples with ready-to-use code samples. Copy, paste, and ship.

I am currently preparing almost 20 new entries for exploreswiftui.com, all about TabView. There are so many mighty modifiers I wish I had discovered a year ago. As usual, all examples are carefully crafted by me so you can quickly grasp what really matters.

#iOSDev #SwiftUI

5 1 0 0
Preview
VaultAudit AI App - App Store Download VaultAudit AI by Damien Asseya on the App Store. See screenshots, ratings and reviews, user tips, and more apps like VaultAudit AI.

Stop giving 3rd-party apps your bank login. 🛑 VaultAudit AI uses on-device Apple Intelligence to track subs via receipts. No cloud. No data mining. Just smart tracking that stays on your iPhone. 🛡️
apps.apple.com/us/app/vault...
#Privacy #iOSDev #VaultAuditAI

1 0 0 0
Post image

my automated tests when i ship code on friday at 4:58pm: testy mctestface energy. everything passes locally. everything burns in production.

#indiedev #buildinpublic #iosdev

7 0 0 0
A screenshot of Xcode showing the TabView code and the displayed TabView

A screenshot of Xcode showing the TabView code and the displayed TabView

Any #SwiftUI expert out there who could help me get images in a TabView to work? No matter what I do, the image takes almost the entire width and height.

#iOSDev

2 0 2 1

Am I the only one for whom copy/paste with keyboard shortcuts in the hex color text field in Icon Composer doesn’t work? It’s really frustrating.

#iosdev

0 0 0 0