Top 10 tips for 2025
also it has less padding between the posts and the bezel than this
Personally, I think swiftui has the best style of any ui framework. Way better than material (although material has gotten better)
The wasteof.money api has some weird things that are messing up my app. For example: if you request a post, it will not include the repost
parameter if it is not a repost. And some revisions will include the current
parameter (if they’re the current one) and some will also include an editor
parameter that says who did the edit.
All of this really messes with my app, because of type safety and such.
Never mind. It’s that hard.
Well, maybe not that hard. But still hard
Swift doesn’t allow you to have recursive properties in structs. So implementing reposts is gonna be a nightmare.
Swift doesn’t allow you to have recursive properties in structs. So implementing reposts is gonna be a nightmare.
I cannot understand this
I had a bug in my code and I think it fixed by itself. Like, nothing I did worked, and suddenly, it just worked. I’m still trying to process this. Like, my brain hasn’t caught up yet.
I had a bug in my code and I think it fixed by itself. Like, nothing I did worked, and suddenly, it just worked. I’m still trying to process this. Like, my brain hasn’t caught up yet.
Also, I don’t have a name yet. any suggestions?
This is what a post is gonna look like (tentatively) in the iOS app:
This is not the full view btw, you’ll have to click on it to view comments and such
If you really want to see light mode, check edit history
This is what a post is gonna look like (tentatively) in the iOS app:
This is not the full view btw, you’ll have to click on it to view comments and such
If you really want to see light mode, check edit history
as of today I have officially started making a wasteof.money iOS app!!
I will of course be keeping you guys updated on my progress. But it’s actually easier than I thought
After debugging my code for what seems like an hour, I’ve discovered that apparently code in Swift Playgrounds can’t access the internet?? It can’t even make GET requests.