Send and receive texts in Node.jsI just learned this so I thought might as well.Jan 17, 2021Jan 17, 2021
Generics and JSON Decoding in SwiftSo last article I wrote about how to do some networking with Alamofire, It made me think back to when I first started fetching data. It was…Jun 10, 20182Jun 10, 20182
Interacting with a backend in SwiftIf your developing an application, most likely at some point you’ll encounter the need to make API calls to a server. At times this can be…Jun 1, 2018Jun 1, 2018
How to format numbers and save time using extensions in Swift.Ever need to format a number or label more than once? Creating an extension will probably cut your time in half.Oct 13, 2017Oct 13, 2017
Tokenizing Credit Card Information with Apple Pay.This is a follow up to my previous article on setting up Apple Pay. We’ll be presenting the Apple Pay and you’ll be able to create a token…Oct 5, 2017Oct 5, 2017
Start Accepting Apple Pay In Your iOS App.I recently had to implement Apple Pay into a project, thought It would be a pain in my ass but it turned out pretty damn easy so I thought…Oct 2, 2017Oct 2, 2017
How to sort an array alphabetically in SwiftI had to grab an array and sort it alphabetically today in my own project so I thought might as well share how I did it with you guys.Sep 19, 2017Sep 19, 2017
How to swipe through images with UIImageView & UIScrollViewIt’s pretty damn easy.Sep 15, 20172Sep 15, 20172
Published iniOS App DevelopmentProgrammatically creating UITabBarController in SwiftGot some emails regarding how to create a UITabBarController programmatically so I’d thought I’ll show everyone as It’s pretty beneficial…Sep 9, 20176Sep 9, 20176