Tag

solid

Posts filed under this topic.

22/02/2025

Binary framework in Xcode

Binary Frameworks in Xcode In the context of Xcode (Apple’s IDE for macOS and iOS development), a binary framework typically refers to a precompiled, reusable package of code that includes compiled binary files (machine...

21/02/2025

SOLID Principles of OOP

SOLID Principles applied in Swift programming Let’s explore how to apply the SOLID principles of Object Oriented Programming (OOP) when designing a Swift SDK for an iOS app, specifically one for Oracle to manage customer...