Hearing Accessibility in iOS
Hearing is an important part of the way we experience the world and perhaps it is one of those things we leave unchecked when an issue arises. We may put it off as not being… Read More »Hearing Accessibility in iOS
Hearing is an important part of the way we experience the world and perhaps it is one of those things we leave unchecked when an issue arises. We may put it off as not being… Read More »Hearing Accessibility in iOS
Creating a great app for the Apple ecosystem has evolved over the last few years from using Objective-C, to Swift and with the advent of SwiftUI things are getting easier and better. The tasks that… Read More »Setting up Xcode Cloud
Writing code can be a rewarding experience and like in any form of writing, there may be ways to ensure that your readers (including your future self) are able to understand and engage with your… Read More »Using SwiftLint with a Configuration File
Having watched the great Severance AppleTV show once and loving the retro chic look-and-feel and the surreal storylines as well as the fantastic credits I decided to read Severance The Lexington Letter. So far so… Read More »Now Reading: Severance – The Lexington Letter
It seems like it was only yesterday that I started my iOS Development Bootcamp. In between, I learned a lot about new frameworks provided by Apple, made some new friends and have an app to… Read More »iOS Development – Week 12
I am happy to say that I have enjoyed and survived the 11 weeks of content for the accelerated iOS development bootcamp I embarked on in August. This was the last week with full content… Read More »iOS Development – Week 11
Phew! There you go, week number 10 and still enjoying it. The bootcamp has been going at a steady, fast pace and I have been learning a lot. This week was dedicated to debugging and… Read More »iOS Development – Week 10
After having tackled concurrency and networking this time we had an opportunity of concentrating on saving data. We learn about how to save app data in the local storage of the devices using Files, Property… Read More »iOS Development – Week 9
And just like that it is already Week 8 of my iOS Development Bootcamp. After having looked at concurrency in Week 7, this time was all about making network calls and as an added bonus… Read More »iOS Development – Week 8
Running tasks in parallel is one of the great things we can do with computers – and mobile devices. This is called concurrency and it was the main focus for Week 7 of my iOS… Read More »iOS Development – Week 7