Cihat Gündüz
banner
jeehut.bsky.social
Cihat Gündüz
@jeehut.bsky.social
Indie iOS Developer | Blog: fline.dev

Maintainer of @WWDCNotes.com

Apps: @FreemiumKit.app, @TranslateKit.app, CrossCraft.app, and more
My Dual Knit Band for the #AppleVisionPro just arrived. 📦 The packaging of this thing is incredibly elaborate. 👍

And boy does it improve the weight distribution! I can finally wear the #VisionPro for an hour without my face hurting.

I really hope they work on a lighter 2nd gen with more FOV! 🤞
October 27, 2025 at 2:46 PM
‪Same here. Was an honor to talk after you! 🙌‬
October 8, 2025 at 10:47 AM
The venue of @swiftconnection.bsky.social in Paris is sick! 🇫🇷

#SwiftConnection #iOSDev #SwiftLang
October 6, 2025 at 12:24 PM
Finally updated @TranslateKit.app to Liquid Glass. Thankfully didn't have to adjust much, it all worked thanks to #SwiftUI. I only changed the "Reload" button at the top: Because the status toolbar now has a glassy border, I had to set the button style to "plain" – that's all. ❤️🚀

Direct comparison:
October 2, 2025 at 2:04 PM
My new #iPhone arrived 😁 💙
September 19, 2025 at 12:40 PM
You can prep your iPhone preorder NOW in the Apple Store app on iPhone. Saves a lot of hassle on Friday – you can just "submit" the order then and done. Payment & all pre-configured. ✅

Don’t know if this is new, but first time I’m seeing it – and I love it! 🍏👏

#AppleEvent
September 9, 2025 at 9:49 PM
When publishing an app/update for 26, invest a few minutes to get your app localized to top 12 languages for 2x market potential & 5x user reach. No purchase if can't use your app! 💡

Fast & accurate with @TranslateKit.app 4.0: 👇
translatekit.app

#iOSDev #AppleEvent #iOS26 #Shipaton #BuildInPublic
September 9, 2025 at 3:03 PM
Another review just came in, this time for @FreemiumKit.app – I genuinely love these moments! 💙 Makes me not regret long nights to make everything easy for my users.

Shipping a new app next week? Add in-app purchases in minutes: 👇
freemiumkit.app/documentatio...

#iOSDev #IndieDev #Shipaton
September 8, 2025 at 2:31 PM
Nothing beats the feeling of making a customer happy with a quick fix and getting rewarded with an updated 5-star rating for @TranslateKit.app 💪⭐ – thanks, Jon! 🙌

#iOSDev #AppStore #IndieDevLife #L10n #BuildInPublic
September 6, 2025 at 2:26 PM
Just shipped TranslateKit 4.0! 🚀🥳

⚙️ Choose your AI model in settings
🎯 New premium reasoning model for max accuracy
🧐 Proofreading significantly improved (and fixed!)
🆕 Full support for Xcode 26's new String Catalog fields
... and more!

Check it out now: 👇 #iOSDev
apps.apple.com/app/apple-st...
September 1, 2025 at 1:19 PM
Been using AI a lot for work lately, both for coding and also management. ☑️

I‘m using a hierarchical set of guidelines that AI needs to follow based on what I ask it. Is this a common approach? Are there best practices I can learn from?

How do you use AI effectively? 🤔💭
#iOSDev #AI #BuildInPublic
August 6, 2025 at 1:58 PM
Hey #iOSDev: Don’t sleep on Group Labs!

✨ Live Q&A with Apple engineers
✨ Top voted questions answered
✨ Zero prep required (no audio/video of you)
⚠️ Stream likely won’t be shared later

Register NOW in the Developer app for ALL group labs to get more insights.

#WWDC25 #SwiftLang #SwiftUI
June 10, 2025 at 5:34 PM
Apple implemented a feature I had requested in #Xcode26. Sending feedback does actually have an effect on the decision the teams make!

Don't forget to share your feedback in the coming weeks. Bugs might get fixed right away, and feature requests shipped the next year!

#WWDC25 #iOSDev #Apple #Radar
June 10, 2025 at 3:21 PM
Yeah, finally! It was a feature I had requested last year, they even referenced my feedback number in the release notes:
June 10, 2025 at 12:40 PM
Wow, all #WWDC25 session videos are up already! 💯🤩 And so many new APIs to discover, including completely new frameworks like Foundation Models, AlarmKit, PermissionKit, PaperKit, EnergyKit, Wi-Fi Aware, Visual intelligence, and more.

Time to dive in! 🖥️👀 #iOSDev #WWDC
June 10, 2025 at 11:48 AM
If it's a Swift package that's crashing, you'll find the ".xcworkspace" file inside the hidden path ".swiftpm/xcode". Just delete "xcuserdata" in there. ✅
June 10, 2025 at 7:37 AM
If your project crashes in #Xcode26 upon opening, there's an easy fix:

Right-click your ".xcodeproj", choose "Show Package Contents". Do the same for "project.xcworkspace". Delete the "xcuserdata" folder, it contains an incompatible ".xcuserstate" file. Done! ✅

Here's a video: 👇
#WWDC25 #iOSDev
June 10, 2025 at 7:30 AM
🎊 #WWDC25 DAY IS HERE! 🎊

While you're watching the keynote & sessions, remember:
The best new iOS features deserve to reach users worldwide! 🌍

My WWDC Special continues:
🎯 50% OFF Pro/Ultra yearly
📱 Perfect for indie developers

Ready to go global?
👉 translatekit.app

#iOSDev #AppleEvent #L10n
June 9, 2025 at 2:10 PM
🍎 WWDC25 Special Alert! 🚨
Getting ready for Monday's keynote? So am I!

To celebrate WWDC week, I'm offering 50% OFF your first year of TranslateKit Pro/Ultra plans! 🎉
Perfect timing to localize your apps before the new iOS features drop!

👉 translatekit.app

#WWDC25 #iOSDev #SwiftUI #L10n
June 7, 2025 at 3:06 PM
Been only 2 weeks I released #ErrorKit & it already has ~250 🌟 on GitHub, being my 3rd most popular open-source framework already! 😱🎉

Just released v1.1.0 of the lib with some nice improvements. Thanks to James Sherlock & @jubishop.bsky.social for their contributions! 👏

github.com/FlineDev/Err...
May 3, 2025 at 11:47 AM
In #Swift, it's easy to get error messages wrong. It's due to a design flaw in the "Error" protocol introduced for #ObjC compatibility. I've seen people write below code all the time. I fixed it in #ErrorKit: Conform your errors to "Throwable" instead! 💯

Learn more: 👇
www.fline.dev/swift-error-...
April 27, 2025 at 3:38 PM
Excited that @telemetrydeck.com loved their app card—my first design outside my own apps! Could this grow into a collectible card game for #iOSDev indies? An app where devs showcase cards and players collect across the community. Who's interested? #Swift #IndieDev
April 14, 2025 at 4:12 PM
Attendees loved my app trading cards at #trySwift Tokyo! Gave away hundreds of them along with stickers and sleeves. Spent an hour each morning prepping them all — worth every minute seeing everyone's reactions! 🃏✨ #iOSDev #Swift
April 13, 2025 at 5:00 AM
The last day of #trySwift was packed: From hacking the system for fun (@noppe.bsky.social) or security (@inside.bsky.social), to pushing Swift's boundaries with Syntax-parsing (@nicklockwood.com), or Java (@kto.so)!

Connected with such brilliant minds & already missing the energy! 😊❤️ #Swift #iOSDev
April 12, 2025 at 3:01 PM
Every great conference needs an amazing after-party, and #trySwift delivered! Great food, drinks, and connections with fellow Swift enthusiasts made for an unforgettable night. The venue was perfect!

Who else had as much fun as I did? 🎉 #iOSDev
April 11, 2025 at 11:14 PM