Author: Gabriel Del Villar De Santiago
03.02.2020
iOS Tutorial: Collection View with Custom Cells and Cell Refresh (Part 2 of 2)
To get up to speed, make sure you check out part 1: https://codingdevbox.com/ios-tutorial-collection-view-with-custom-cells-and-cell-refresh-part-1-of-2/ In this part of the…
27.01.2020
iOS Tutorial: Collection View with Custom Cells and Cell Refresh (Part 1 of 2)
To begin this tutorial, make sure you create a new single application view project in Xcode. Give your…
11.01.2020
RAW Notes: iOS UIViewController programming
View-ViewController Programming view controllers the building blocks of iOS development manages single user interfaces every vewi controller has a view controller …
03.01.2020
RAW Notes: App-Life Cycle
App-Life Cycle UIApplication object The UIapplication object manages the event loop and other high-level app behaviors. It also…
26.12.2019
RAW Notes: iOS Technologies – App Architecture
MVC, MVVM, Five essential aspects Separation of concern State sharing State propagation View controller communication Parallelism Aim of…
19.12.2019
Raw Notes: Cocoa Design Patterns
MVC (Model-View-Controller) Apples architectural pattern In general, design patterns are meant to be templets to better design your…
16.12.2019
Raw Notes: Full-Stack Software Engineer System Design
System design is all about bottlenecks and choosing the right solution to make that bottleneck more efficient and…
06.12.2019
MVVM vs MVC
Just like a building requires a solid base, applications require a design/architectural pattern that would make the code…
24.08.2019
iOS: Programmatic UI vs. StoryBoard UI
Storyboards Pros Good for beginners in trying to figure out application flow Can be easier to layout UI…
17.08.2019
Human Interface Guideline
In efforts to become a well-informed and competent iOS developer, as a software engineer or someone who comes…