ylliX - Online Advertising Network

iOS Attributed Accessibility Labels | Mobile A11y

Attributed accessibility labels are an incredible tool for making some next-level accessible experiences. They let you tell VoiceOver not just what to speak, but how to say it too. Using the accessibilityAttributedLabel property you can provide an NSAttributedString to VoiceOver, much the same way you would provide an NSAttributedString to a label’s attributedText property to […]

Writing Great iOS Accessibility Labels

A good accessibility label lets your customer know exactly what a control does in as few words as possible, without having to rely on implied context. Don’t Add the Element Type iOS already knows your button is a button and your image is an image, it does this using an accessibility trait. If you label […]

When to use Accessibility Labels

There’s a few circumstances when you’ll want to set your own accessibility label, such as… An interactive element that you haven’t given a text value to, such as an image button. An interactive element with a long visual label. An interactive element with a short visual label that takes context from your design. A control […]

iOS Accessibility Labels | Mobile A11y

This blog was inspired by Jeff Watkins’ series of blogs on UIButton. UIButton is a fundamental part of building interfaces on iOS. So much so, that it probably doesn’t get the love it deserves. But it’s also really powerful and customisable when used correctly. Accessibility labels on iOS I feel are very similar. They’re fundamental […]

Mastering Embedded Linux, Part 5: Platform Daemons

This is the fifth part of the Mastering Embedded Linux series, which is designed to help you become an expert at developing low-cost, customized embedded Linux systems. Previously, I provided an overview of the embedded Linux landscape, then dove straight into tutorials for compiling Raspberry Pi firmware using Buildroot. In this article and the next, […]

East Village, New York | The Sartorialist

Search for: Women Men Archive About Work Books Contact TAGS · Black · New York · Shorts RELATED POSTS Howard Street, New York Jenny Walton, New York Lafayette St., New York Previous post « Howard Street, New York © THE SARTORIALIST • ALL RIGHTS RESERVED Join the conversation on Instagram Source link

A11y Box Android | Mobile A11y

A few months ago I shared a project I’d been working on for iOS exploring the accessibility API available on that platform. The Android accessibility API is equally large and full featured, and really deserves the same treatment. So here’s A11y Box for Android. A11y Box for Android is an exploration of what is available […]