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
Cardiac arrest occurs when the heart suddenly and unexpectedly stops pumping. If this happens, blood stops flowing to the brain and other vital organs. Cardiac arrests are caused by certain types of arrhythmias that prevent the heart… Read More »Easy CPR – Emergency App
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
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
With information from the patterns we reviews and described on Part 1 of this post we were able to identify and implement some of the patterns in our own app. This meant doing some refactoring… Read More »iOS Development – Week 6 – Part 2