iOS Development – Week 10
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
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
Week 6… well this time it was a lot of very interesting content and I am not sure one single week would be enough to do it justice. The aim was to look at Design… Read More »iOS Development – Week 6 – Part 1
A very enjoyable week this was! We have been covering enough material to get the app to start looking more like a functional app and not just individual screens. The focus of this week was… Read More »iOS Development – Week 5
There was a lot to cover in Week 4 and I am glad I was able to complete all the assignments for this week, including the nice-to-haves. The focus of this week was UIKit and… Read More »iOS Development – Week 4
That was the end of week 3 – yes I am a bit late posting this… We continued learning Swift, this time it was all about functions, types, closures and advanced swift features. I think… Read More »iOS Development – Week 3
Well, that was week 2 of the iOS development bootcamp I joined. This time the focus was on getting to grips (or revisiting) some of the fundamentals of the Swift programming language. We have been… Read More »iOS Development – Week 2