Subscribe to Updates
Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.
Browsing: Swift
Learn how to use UICollectionView, with highly reusable UIKit components and some MVVM pattern without the going nuts with index…
5/29/18 2:20 PM · 1 min read This time let’s talk about the simple factory design pattern to encapsulate object creation…
The ternary operator is one of those things that will exist in virtually any modern programming language. When writing code,…
5/31/18 2:20 PM · 1 min read The factory method design pattern is a dedicated non-static method for hiding the creation…
6/3/18 2:20 PM · 1 min read Let’s combine factory method with simple factory voilá: here is the abstract factory design…
6/8/18 2:20 PM · 1 min read The prototype design pattern is used to create clones of a base object, so…
Published on: June 27, 2025Swift 6.2 comes with several quality of life improvements for concurrency. One of these features is…
6/13/18 2:20 PM · 1 min read This time I’m going to show you a behavioral pattern. Here is a little…
Swift 6 appeared at WWDC 2024, and all of us rushed to migrate all our apps to it … well,…
Swift 6.2 is available and it comes with several improvements to Swift Concurrency. One of these features is the @concurrent…