Subscribe to Updates
Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.
Browsing: Swift
[ad_1] 10/11/17 2:20 PM · 1 min read In this quick tutorial I’ll show you how to get all the possible…
[ad_1] Creating a Swift framework shouldn’t be hard. This tutorial will help you making a universal framework for complex projects.…
[ad_1] Learn everything about Swift modules, libraries, packages, closed source frameworks, command line tools and more. Basic definitionsFirst of all…
[ad_1] 1/29/18 3:20 PM · 1 min read In this Swift tutorial, I’d like to give you an example about getting…
[ad_1] Learn how to use UICollectionView, with highly reusable UIKit components and some MVVM pattern without the going nuts with…
[ad_1] 5/29/18 2:20 PM · 1 min read This time let’s talk about the simple factory design pattern to encapsulate object…
[ad_1] The ternary operator is one of those things that will exist in virtually any modern programming language. When writing…
[ad_1] 5/31/18 2:20 PM · 1 min read The factory method design pattern is a dedicated non-static method for hiding the…
[ad_1] 6/3/18 2:20 PM · 1 min read Let’s combine factory method with simple factory voilá: here is the abstract factory…
[ad_1] 6/8/18 2:20 PM · 1 min read The prototype design pattern is used to create clones of a base object,…