swiftui

Back Open Paginator
04.08.2025 20:12
alpennec (@alpennec@iosdev.space)

@curtclifton @teiworks @ricketson @lucabernardi

I recorded my Xcode Canvas so you can see what I’m talking about. It seems the issue happens mainly (only) if the NavigationLink is not in the first selected tab 🤔

#swiftui #iosdev





Show Original Post


04.08.2025 20:06
n0rthk1n9 (@n0rthk1n9@mastodon.social)

🚨 You just finished your iOS app? Congrats. Now comes the hard part.

🖼 App Store screenshots in 7 languages
📝 Localized descriptions that sound like you know what you’re doing
📃 A privacy policy that isn’t just lorem ipsum
🎒 Press kit?
🌐 Oh right… a website.

I know this pain. Because I am an indie iOS dev. And the last thing I want to do after shipping an app is open Figma and write HTML. (1/3)
L




Show Original Post


04.08.2025 19:31
alpennec (@alpennec@iosdev.space)

If you use Mixpanel in a #SwiftUI app, read carefully 🚨

Does your app’s accent color defaults to blue in various places?

Check if you've enabled automatic event tracking 🤯

And disable it NOW!

It took me so long, I'm sooooo happy I finally found the reason! 🎉

Check this GitHub issue to learn more as a fix will be added soon: github.com/mixpanel/mixpanel-s





Show Original Post


04.08.2025 18:39
patrickmcconnell (@patrickmcconnell@mastodon.social)

Uploaded the final(?) TestFlight Cartographer build before launch. This is likely to be the contentious one as I have added a paywall.

I've included subscription and lifetime unlock options.

Otherwise a bug squashing/polishing release.

Cartographer is a native app to view/edit/create GPS maps. Import/export to GPX. Plan or review your adventures on your Mac. Privacy focused. No AI nonsense.

For the nerds, it's 100% . I think it works rather well.

testflight.apple.com/join/vBsW




Show Original Post


04.08.2025 18:05
azamsharp (@azamsharp@iosdev.space)

Can you create Android apps using Swift & SwiftUI?

With Skip Tools you can :)

azamsharp.teachable.com/p/skip

#iosdev #swiftui #androiddev





Show Original Post


04.08.2025 17:42
alpennec (@alpennec@iosdev.space)

In my #SwiftUI app running on iOS 18.6 (maybe other versions too but not tested), I have this issue where 90% of the time a NavigationLink doesn’t present the destination with an animation. It’s just not animating: the destination View replaces the NavigationStack root view without animation.

I thought this was fixed by now… 🫤

Hard to do a sample project that reproduces the issue but

TabView {
NavigationStack {
NavigationLink(“Go”) {
Text(“Hello”)
}
}
}




Show Original Post


04.08.2025 14:15
dimitribouniol (@dimitribouniol@mastodon.social)

Ran into trouble with my first pass at implementing drag to reorder, so I’m going to sleep on it to see if anything else comes to mind. Tomorrow let’s give it another go. See you then!

🔜 Tomorrow’s stream: youtube.com/live/-6h00EbtlnA
⏮️ Playlist so far: youtube.com/playlist?list=PLRx
📲 Download Jiiiii: apps.apple.com/app/apple-store




Show Original Post


04.08.2025 13:29
dimitribouniol (@dimitribouniol@mastodon.social)

I'm making a seasonal anime guide app, in the open for all to experience and learn from.

Let's figure out drag re-ordering for the settings panel!

Come chill with me: youtube.com/live/t1X5qF2MKLI




Show Original Post


04.08.2025 12:53
eneaxharja (@eneaxharja@mastodon.social)

New update to my app.

Now with internationalization and full localization for Italian.

Built with and .
GitHub: github.com/eneax/UltimatePortf





Show Original Post


04.08.2025 07:38
peterkos (@peterkos@iosdev.space)

what a mic drop of an answer. love it.

stackoverflow.com/questions/58

#swiftui #draggesture




Show Original Post


03.08.2025 22:19
nicoreese (@nicoreese@mastodon.social)

This is 2023. See that wild blip? That's one repost from @stroughtonsmith's showcases that generated roughly 1000€ in just a few hours. You can see this was kind of the start of an upward trajectory of natural purchases without any big press coverage. It's clear there's a lot more opportunities waiting, maybe it's time to do something about it.





Show Original Post


03.08.2025 22:06
nicoreese (@nicoreese@mastodon.social)

This is what you can expect from an app that's in a relatively crowded category without running ads and barely any press coverage using a mixture of lifetime in-app purchase and subscription. Could I do much more? Yes. Am I too lazy to seize all the opportunities? Also yes.





Show Original Post


1 ...226 227 228 229 230 231 232 233 234 235 236
UP