Are you struggling to track the size of your .xcassets?  
Or wishing there was something like Storybook for iOS/macOS UI?

Xcode doesn’t really give you a great way to explore your assets.

I was facing the same problems.

So I built NSAssets — now live on the App Store 🚀

Would love your feedback 🙌

🔗 [https://apps.apple.com/us/app/nsassets/id6760512142
NSAssets]

👇 I’ve added a small demo in the comments

#swift #swiftui #iosdevelopment #snapshot_testing #macosdevelopment

NSAssets App - App Store

Download NSAssets by michael jr. karag on the App Store. See screenshots, ratings and reviews, user tips, and more apps like NSAssets.

App Store
The only number I like in FretSketch's analytics is the number of crashes, which remains zero. #iosdevelopment
What's your favorite tag system on iOS? I want a tag system in my new app, but I'm not happy with what I've come up with so far. #iosDevelopment

M5 Max measured a mere 5% faster than M4 Max on Xcode Benchmark?
That’s both surprising and disappointing.

https://github.com/devMEremenko/XcodeBenchmark

#iosdev #iosdevelopment

Xcode’s AI integration is very broken. My first request this morning was a small one, and it told me I was already over the limit for the day. #iosDevelopment

I got my first TestFlighf crash report overnight. One of my testers didn’t read the test notes.

Sure, I’ll just fix the problem. But I won’t see “crash reports: 0“ every time I login now. That was really nice.

(this is an early, internal only build so the note was reasonable.) #iOSDevelopment

iOS developers, please consider filing something like this. (I'm not sure I got the devices field right.) #iosDevelopment
I think i've re-thought my landscape camera problems. I'll just drop landscape mode for now. If the app is popular I can add it later. That's a lot of custom code I won't have to write. #iosDevelopment
Something I hadn't noticed before: The Swift compiler/Apple SDKs are smart enough to not give you warnings about using old stuff in the else of an if available. In Objective-C, you used to have to manipulate warning settings (I think a push/disable/pop) in the else. Nice work, guys. #iosDevelopment #Swift

I'm looking for a way to capture a simple photo on the iPhone on a screen that rotates. Any thoughts?

I wrote a bit more here: https://www.reddit.com/r/iosdev/comments/1rku09v/rotatable_image_capture/

#iosDevelopment