#iosdev

Patrick McConnellpatrickmcconnell
2025-05-17

App Store Connect has been slow all week. Not only reviews. Just processing has taken hours in some cases. I just got notice of processing completing for a build submitted at least 4 hours ago

Aleksander Stojanowskiostojan@iosdev.space
2025-05-16

If I won’t encounter any critical problems, I believe I’ll be publishing a #TestFlight build tomorrow, but again only for closed beta, so if you’d like to participate, feel free to DM me. 😊
#BuildInPublic #IndieHacker #iOSDev #IndieDev

Aleksander Stojanowskiostojan@iosdev.space
2025-05-16

I thought I wouldn’t force myself to work on Spark after work today. Weekend kicked in hard. 😆 Yet here I am, with a new option for setting habit frequency ready for tests. ☺️ I needed to tweak reminders a bit, and I’ll be working on that (again 😩) over the weekend.
#BuildInPublic #iOSDev #IndieDev

Two smartphones display a habit-tracking app called “Spark.” The left phone shows a dashboard with habits like “Morning Exercise,” “Drink Water,” “Meditation,” and “Write a Journal,” each with colored circles representing days of the week and completion status. The right phone shows the “Add habit” screen, where users can enter a habit name, set frequency (daily or every other day), choose a group, select an icon and tint color, and enable reminders. The background is a vibrant gradient of pink, orange, and purple.
Austin Zani :BlobhajReach:zaniad
2025-05-16

Stole some time during naps today to work on styling my list views. Learned a little about .listStyle in SwiftUI and now I have edge to edge items in the list. The default behavior left some padding I didn’t like. Went with style .plain and got the look I wanted.

View of my timeline inside my journaling app. One of the rows is being selected and you can now see it goes from edge to edge.
2025-05-16

Swift Developers and Indies! 📣

Join us for the Swift Developer Goals meeting today at 12:30PM PT:

💻 Sign up at swiftremotestudio.com
🎪 Join the Slack
🏁 Go to the `goals-friday` channel for the Zoom link

See you there!

#iOSDev #VisionPro #visionOS #SwiftUI #SwiftData #IndieDev

One More Thing Conferenceomt_conf
2025-05-16

🚀 2025 is happening!
The largest IRL gathering of alongside in Cupertino.

🗓️ June 7–13, 2025
🎤 Talks, labs, & keynotes
🎟️ Free & paid tickets (community-first pricing)

🔗 omt-conf.com

Tim Johnsentimonus
2025-05-16

For those who have been putting off migrating to the UIScene app lifecycle, here’s how I’m doing it

objectionable-c.com/posts/uisc

Piotrek Jeremiczpiotrekjeremicz
2025-05-16

The aim? Finish before the thrill of ! 🥳 Expect behind-the-scenes updates and unexpected challenges.

Join me on this ambitious project journey! 🎉

2025-05-16

Tired of your SwiftUI app downloading the same image like it has short-term memory loss? 🧠❌

Let’s fix that with NSCache + async/await!
Your images will load faster, and your users will stop silently judging you.

Watch:
azamsharp.teachable.com/course

#SwiftUI #iOSDev

Cihat GündüzJeehut@iosdev.space
2025-05-16

Every Swift dev has "decoded" cryptic error messages for their apps. 💡

What if we shared those solutions instead of each solving the same puzzle? I've started a community project to map Apple's error codes to human language.

Help build it: 👇
fline.dev/making-swift-error-m

#SwiftDev #OpenSource #iOSDev #ErrorHandling

2025-05-16

I added configurable 311 color maps to the latest release of my NYC buildings app for iOS. You can make your own filter, choosing from almost 2k service request types.

It’s fun and interesting to play with; I’m excited to share it!

apps.apple.com/us/app/gotham-e

#IndieDev #iOSDev #SoloDev #NYC #CivicTech #OpenData #NYC311 #MapKit #UIKit #BuildInPublic

A screenshot of an iPad app showing a colorful map of an NYC neighborhood. Each building has one of 10 colors, according to how many 311 complaints were submitted in the last 12 months. 0-1 is given green; 2-3 is given a lighter green, and the colors proceed to get warmer by sets of 2, until we we reach the tenth color, dark purple, which represents 18 or more.
2025-05-16

After completely depleting all the available spoons I had today in a 40 minute lunchtime walk, I somehow have defined some GitHub issues for #SpoonsRemaining and I guess that's everything I have for today. #BuildInPublic #iOSDev

2025-05-16

Also if you are curious to watch me do some dev, I stream for an hour or so on most Weds and Thurs evenings! 📺

Fine me at twitch.tv/nemesisprime_codes

#godot #SwiftGodot #gamedev #iosdev #indiedev

Mykola Harmashharmash
2025-05-16

Made my first custom SF symbol, pretty cool that these animations work out of the box 🍪

black lipstick on your flight controlsvyr@princess.industries
2025-05-15

of course SwiftUI graphical DatePicker vertical sizing is busted. why wouldn't it be? nobody would ever actually need to display a calendar

#iOSDev #SwiftUI

 Benjamin Salgadobenjarsalgado
2025-05-15

🌤️ Apple Weather App (Benja’s Version)
A minimalist take inspired by the original Apple Weather app.

👉 Check it out on GitHub: github.com/benjaminrsalgado/weather

Austin Zani :BlobhajReach:zaniad
2025-05-15

Working on an app icon for my journaling app Tides and was curious if I am wasting my time trying to make a vector image of it? I see a lot of people just using AI to make theirs these days. Is that limiting as you start putting together other materials or not?

Aleksander Stojanowskiostojan@iosdev.space
2025-05-15

Here you can see all habits set for at least 3 competitions over the period of 7 days, together with marking days in between completed days in streak (or possible to extend) with slightly washed-down colors. 😊
#BuildInPublic #IndieHacker #iOSDev #IndieDev

Screenshot of the Spark habit tracker app on iOS. Four habits-Morning Exercise, Drink Water, Meditation, and Write a Journal-are shown under Health and Mindfulness categories. Each habit displays a row of circles for the past week: fully colored circles mark completed days, while faded circles indicate missed days within an ongoing streak. The app uses a dark theme with colorful icons and a navigation bar at the bottom for Habits and Settings.
2025-05-15

Are you an iOS developer with a strong command of Swift and Objective-C? Are you excited by the idea of building cutting-edge, high-performance applications used around the world? If so, we’d love to hear from you! iosdevjobs.com/jobs/m-a9d3bc32 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs

Patrick McConnellpatrickmcconnell
2025-05-15

Very rewarding to be at the point where new features build on foundational code I've already written

Added export of maps as images and copying a map to the clipboard in about 2 hours.

That may not seem all that quick but consider you are starting with -> New Project and think about how much goes into getting to what feels like magic where you press Cmd-C and boom, there is an image of the map on the clipboard.

real live map image from Cartographer app pasted as if by magic. Depicts topo map with 12 locations indicated.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst