Search

Items tagged with: iOSDev


If you’re interested in my iOS development journey, follow me at @tayarndt@iosdev.space! I’ll be sharing updates on learning Swift, building accessible apps, and using AI in iOS dev.
I’m still using this account for everything else—this is just a focused space for my iOS work.
#iOSDev #SwiftLang #Accessibility #BlindCoder #AI


Custom images from an asset catalog don't automatically resize with text. If an image is not purely decorative, we should ensure it scales appropriately when users adjust their preferred font size. We can easily do it with the ScaledMetric API in SwiftUI: nilcoalescing.com/blog/Adaptin…
#SwiftUI #iOSDev



The amazing thing about open source services is, you can create interfaces for it the way you imagine them best. Currently testing #Pipilo, an iOS Fediverse client by @luckkerr which presents each timeline as a horizontal bar you swipe through to get to the next post. From a VoiceOver perspective, a slider control is presented and you explore the posts by swiping up and down, then explore the screen to discover things like links, replies in the corresponding thread, attached multimedia. Łukasz also makes sure that everything works correctly with VO and more goodies are already there in the current Testflight build. Glad to see this level of attentiveness to accessibility and a fellow Polish person coding fedithings. Give it a try. apps.apple.com/pl/app/pipilo/i… #Accessibility #A11y #Blind #iOSDev


We’ve been floored by everyone’s support for Project Tapestry! Three of the pledge tiers on Kickstarter are already sold out, but there are still several to choose from with rewards ranging from wallpapers to stickers, pins, and even a free year of Wallaroo. At this rate, we’re going to need to come up with some more stretch goals soon! kickstarter.com/projects/iconf…

#ProjectTapestry #Fediverse #RSS #iOSDev


Online media can be overwhelming. It's fragmented between countless services, websites, social networks, and apps.

You need an app that weaves together an overview of nearly everything that’s happening across all the different services you follow.

That’s our vision for Project Tapestry, the new Kickstarter we're launching today.

kickstarter.com/projects/iconf…

#ProjectTapestry #Fediverse #iOSDev


Project Tapestry is a universal chronological timeline of your favorite social media services, blogs, RSS feeds & more. All updates in one place, in the order they’re posted with no algorithm deciding what you see or when you see it.

But we need your help! Check out our Kickstarter campaign to learn more about the project and the backer rewards we have planned, then make a pledge to help us turn Project Tapestry into a reality.

kickstarter.com/projects/iconf…

#ProjectTapestry #Fediverse #iOSDev


If you're adapting your app for #AppleVisionPro, you've probably added `contentShape` to your custom button styles to get a better `.hoverEffect()`

This also has a nicer side effect for VoiceOver highlighting, as it will now match the actual UI element!

#a11y #iosdev