@MuseumShuffle@mastodon.social
@MuseumShuffle@mastodon.social avatar

MuseumShuffle

@MuseumShuffle@mastodon.social

iOS Dev Happy Hour organizer
SwiftUI hobbyist
Indie Dev Monday guest contributor
My apps are Please Don't Rain, Foodlapse, Museum Shuffle, and Snack Plan.

2023 AppleVis Golden Apple nominee for Please Don't Rain

he/him

Also ๐ŸŽฎ๐ŸŽข๐ŸŽ ๐Ÿ‹๐Ÿปโ€โ™‚๏ธโœˆ๏ธ๐Ÿข๐Ÿˆ

This profile is from a federated server and may be incomplete. Browse more on the original instance.

MuseumShuffle, to AppleWatch
@MuseumShuffle@mastodon.social avatar

I wrote a blog post about how frustrating it can be to be a fan of Apple products when you're not a fan of analog clocks.

https://chriswu.com/posts/ramblings/analog/

MuseumShuffle, (edited ) to accessibility
@MuseumShuffle@mastodon.social avatar

Oh wow, @PleaseDontRain was nominated for a Golden Apple award by @AppleVis !!! ๐Ÿ˜ฑ

A year ago I was telling @christianselig that he was nominated. At that point I had only been working on my app for about two weeks. I never even imagined I would be a nominee a year later.

I've spent so much time on my accessibility support and this means so much to me!

Voting is for blind or low vision users, please.

superstar @klemensstrasser is nominated again also.

MuseumShuffle, to tearsofthekingdom
@MuseumShuffle@mastodon.social avatar

It always feels strange being a person who loves video games, but hates boss fights. I have been absolutely loving Tears of the Kingdom and have sunk a ridiculous amount of hours into it.

This final boss fight is miserable.

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

I didnโ€™t finish breath of the wild. Why is this Zelda OLED Switch tempting me? Someone please talk me out of it.

MuseumShuffle, to SwiftUI
@MuseumShuffle@mastodon.social avatar

Is there a way that I could have made the text in these Labels line up without specifying a width with .frame?

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

I tip my hat to @JustMeDevin for this hilarious result when i tried to trick his app @crouton into thinking I met him at WWDC to unlock a prize. My jaw dropped. ๐Ÿคฃ

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

I just activated my three month free subscription for Apple TV. What are some sci-fi or fantasy shows you would recommend focusing on after I watch the Godzilla one? I have seen season one of Severance.

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

Time for the yearly "Why does my image widget not work anymore?" Have y'all found a way around this? I tried changing my code to show image thumbnails instead of the full image but no luck.

@anikaseibezeder @christianselig @timoliver

MuseumShuffle, (edited ) to SwiftUI
@MuseumShuffle@mastodon.social avatar

I'm struggling trying to convert my NavigationStack into one that has a path. When I tap on my Picker that has a style of .navigationLink the app locks up.

I tried making a test project to recreate but it works fine.

Is there something in particular I should be doing for a style of .navigationLink? The default style of menu works.

edit: Filed FB12615246. The screenshot below is using ".id" instead of the correct ".tag".

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

I GOT IN!!!!!! ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ๐ŸŽ†๐ŸŽ‡๐ŸŽ†๐ŸŽ‡๐ŸŽ†๐ŸŽ‡๐ŸŽ†

MuseumShuffle, to SwiftUI
@MuseumShuffle@mastodon.social avatar

My SwiftUI previews for Please Donโ€™t Rain stopped working and I couldnโ€™t figure out why. I finally filed a TSI asking for help.

I have my answer.

They broke because I have an apostrophe in my app name. ๐Ÿ˜ญ

In order to get them working again now they are suggesting I do a โ€œpretty thorough renameโ€ throughout the app. My concern about breaking something else (and the time it would take to fix) is greatly overwhelming my desire to use previews that havenโ€™t worked for months.

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

It used to be SO EASY to find people that had just landed their first iOS job. We've had so many great speakers at iOS Dev Happy Hour because of that.

It is now SO HARD to find them. If you know of any please give me a heads up and I'll reach out to them to see if they're interested in sharing their stories.

MuseumShuffle, to SwiftUI
@MuseumShuffle@mastodon.social avatar

I really don't know how I managed before I could easily modify SwiftUI Text width.

I wanted to get this table looking nice on an iPhone SE with a dynamicTypeSize up to xxxLarge. After some tweaks I still wasn't there.

Then I remembered, what if I made the width condensed instead of standard?

MuseumShuffle, to SwiftUI
@MuseumShuffle@mastodon.social avatar

I've gotten into trouble in the past because I didn't realize that making an opacity of zero to hide something didn't hide it from VoiceOver, which would still detect it. Jordi saw me mention that and even made it one of the "gotchas" for the Accessibility part of the SwiftUI Series he did.

I just realized that's not the case any more. VoiceOver is ignoring the element when its opacity is zero without me having to do anything else.

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

I love all the goofy images Iโ€™ve been able to add to my little weather app, but the size was starting to get out of control. I got the idea on Friday to try converting the images from PNG to JPEG to see what the difference would be.

So far in my testing Iโ€™ve been able to go from an app size of 141 MB to 48 MB. ๐Ÿคฏ

For my use case I canโ€™t tell a difference in image quality either.

MuseumShuffle, (edited ) to random
@MuseumShuffle@mastodon.social avatar

I am so excited that I can officially announce that @iosdevhappyhour is BACK for another IRL event at WWDC.

Tuesday, June 6 ยท 5:30 - 7:30pm PDT

Some details here and more details to come later!

https://wwdc23.iosdevhappyhour.com/

MuseumShuffle, to SwiftUI
@MuseumShuffle@mastodon.social avatar

I'm having the hardest time getting VoiceOver in a SwiftUI Grid to combine everything in a row. The only way I've figured out how to do it is to wrap the GridRow in an HStack, which seems clunky. Is there another way I could have done this?

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

After taking approximately 852 hours to complete Tears of the Kingdom I've been veering towards smaller games I've got in my queue.

I finished Cocoon (fantastic) and Limbo (very good).

I'm giving Firewatch a go now.

MuseumShuffle, (edited ) to SwiftUI
@MuseumShuffle@mastodon.social avatar

I canโ€™t figure out how to get rid of a tiny line that appears between my nav bar and content.

My app targets iOS 16 and iPhone, but if I run it on my iPad at 2X you can see the line on the left and right also. But when running at 1x or on the iPhone itself, you canโ€™t. You just see the one on the top.

Iโ€™m forcing the backgrounds to be black while in light mode to make it more apparent. If I switch to dark mode the line at the top is still present, but harder to see.

filed FB12677148

MuseumShuffle, to tearsofthekingdom
@MuseumShuffle@mastodon.social avatar

I am actually toying with the idea of finishing all of the shrines before finishing the main quest of Tears of the Kingdom. As someone who didnโ€™t even come close to finishing Breath of the Wild this is an unexpected development.

Somebody talk me out of this.

#TearsOfTheKingdom #Zelda

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

The new shortcut has survived the combination of iPhone SE, German, and the largest accessibility font. Ship it!

MuseumShuffle, to SwiftUI
@MuseumShuffle@mastodon.social avatar

I have a SubView that shows a Swift Chart. The data passed to the chart is a let constant. In the onAppear for the chart I calculate some PointMarks to show.

Hours later when the chart's data changes the chart DOES update but the PointMarks do NOT.

What would be the best way to address this?

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

@NeoNacho if I was mean I would ask you to compare your peoplemover to ours.

MuseumShuffle, (edited ) to random
@MuseumShuffle@mastodon.social avatar

Ben Harraway is running the coolest (free) promo. Send him a 500x77 banner for your app and he'll make it a court side advertisement in his upcoming basketball game Hoops.

You can email the banner to him at ben@lumen-digital.com

MuseumShuffle, to random
@MuseumShuffle@mastodon.social avatar

I'm experimenting with adding arrow buttons to more easily change the tracked day to take a peek at weather on nearby days.

Which version do you prefer?

Why can't we add an image to a poll? ๐Ÿ˜ญ

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • GTA5RPClips
  • provamag3
  • InstantRegret
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • lostlight
  • All magazines