ylliX - Online Advertising Network

iOS Custom Accessibility Actions | Mobile A11y

When testing your app with VoiceOver or Switch Control, a common test is to ensure you can reach every interactive element on screen. If these assistive technologies can’t focus all of your buttons how will your customers be able to interact fully with your app? Except there are times when hiding buttons from your assistive […]

Summer Refresh

We’ve partnered with Walmart for our summer essentials! They have a new section that features curated trend forward home-goods at really great price points so you can refresh your home from season to season. And the best part: delivery is super quick! We picked a few items to spruce up our new outdoor patio. This […]

Voice Content and Usability

We’ve been having conversations for thousands of years. Whether to convey information, conduct transactions, or simply to check in on one another, people have yammered away, chattering and gesticulating, through spoken conversation for countless generations. Only in the last few millennia have we begun to commit our conversations to writing, and only in the last […]

Throwing and asynchronous Swift properties | Swift by Sundell

Swift 5.5 introduces a new concept called “effectful read-only properties”, which essentially means that computed properties can now utilize control flow mechanisms like errors and async operations when computing their values. Let’s start by taking a look at how computed properties can now throw errors using Swift’s standard error handling mechanism. As an example, let’s […]