Items tagged with: iosdev

Search

Items tagged with: iosdev


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


My need for a new job has gone from “I'm unhappy and need a change" to “I don't hardly have any savings and if I don't get a new job ASAP I will be bankrupt in a month or so”, because I was laid off today.

So:
Hi! I'm Jamie. I write code in Swift, with the exact target/platform not mattering to me so much. I own a powerful Mac so I can contribute to indie/smaller projects without any particular investment. I also have experience managing teams, and I can quickly pick up new skills.

The role would have to be remote or located in the Baltimore, MD area as I have a mortgage that I can't just get out of.

#FediHire #getfedihired #iosdev #swift



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