
A while back I became a disciple of code – I made the decision to devote my life to the pursuit of becoming a great developer. Code Disciple is a place where I write about what I’m learning, sharing useful resources for those on the same path as well as helping those who are wanting to become developers themselves.
It is one of my goals to enable as many people as possible to begin their journeys as developers. I’ve created a tonne of resources such as Udemy Courses, Blogs, Live-Streams and Medium Posts to help them as much as possible and have a lot of laughs along the way.
I’m also a member of the raywenderlich.com iOS video instructor team.
Join me in my journey to encourage the world, building great software that makes a difference and changes people’s lives for the better while I love every single minute of it!

SwiftUI GeometryReader Collection View Replica Part 2
In this post we go over how to convert the entire layout of a GeometryReader-driven List view with only 15 character changes! 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758// // ContentView.swift // GeometryReaderFun // // Created…