Subscribe to Updates
Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.
Browsing: Swift
I am working on a Bluetooth Low Energy (BLE) application for iOS and I need to replicate the advertising behavior…
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Guide…
I’m working on an iOS app using Swift and would like to add pinch-to-zoom support for video playback using AVPlayer.…
10/11/17 2:20 PM · 1 min read In this quick tutorial I’ll show you how to get all the possible values…
Creating a Swift framework shouldn’t be hard. This tutorial will help you making a universal framework for complex projects. What…
Learn everything about Swift modules, libraries, packages, closed source frameworks, command line tools and more. Basic definitionsFirst of all you…
1/29/18 3:20 PM · 1 min read In this Swift tutorial, I’d like to give you an example about getting and…
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,…