Easybeam - quick tutorial
Two things must ye know about the easybeam API.
1. Configure it
2. Call it
And that's it. Couldn't be easier. Don't overthink it.
Read MoreTwo things must ye know about the easybeam API.
1. Configure it
2. Call it
And that's it. Couldn't be easier. Don't overthink it.
Read MoreAn AI blog post? All the cool kids are doing it, and all the cool adults, even the cool middle aged folk.
So, yes, an AI blog post. Hold on to your potatoes, we're going to look at integrating AI into an iOS app.
Read MoreWe have an email login screen, it's quite simple. Let's have a look at what our UI looks like on the iPhone XR and the iPhone SE
Read MoreIn part 2 we looked at how to add social media based sign in to our custom login view controller. Now we'll have a look at implementing our own email-based sign-in.
Read MoreAt this point we have a UI. It localises nicely, its buttons are nicely branded in terms of icons and colours and it supports dynamic text. Lets move on to making it responsive.
Read MorePart one of three on a series showing you how to create your own Firebase-backed login screen. In part one we’ll look at how to create the initial UI.
Read MoreRecently I took on a side project within my main project: improving the accessibility of the app, specifically Voice Over.
One label, however, was giving me trouble. It contained the text "Live", but it was pronouncing it incorrectly.
Read MoreAlong with JSON it looks like creating a new layout engine or wrapper is the biggest iOS industry, so why don't I do everyone a favour and add to the ever increasing bucket of unnecessary layout libraries?
Read MoreIn my last post, where I refactored a typical download-and-parse workflow, I said this about the downloader:
"There is still some work to be done to make the downloader testable, though"
I probably didn't write that as correctly as I should. It's not that I should have written the downloader to be more testable, I should have written a test-friendly downloading pattern.
Read MoreI originally wrote this on the ios-developers slack #code-review channel, and a few people suggested I make it a blog post. I wasn't really interested in doing that, code reviews aren't really a subject I write about. But they are super important, so here goes.
Read More