swift
-
A Complete Guide to In-App Purchases for iOS Development
A step-by-step guide on how to create in-app purchase records on App Store, and on how to prepare your app programmatically so it can offer IAPs to users!
-
GTStorable Framework as a Swift Package
GTStorable framework is now available to get as a Swift Package!
-
Working with Collection Views on macOS
Learn how to add collection views on macOS projects and how to display collections of data with that standard control.
-
Using Swift Protocols to Manage App Configuration
Manage in-app settings and configuration using protocols. A practical approach on a really handy solution to speed up the development flow.
-
Creating Reusable Libraries with CocoaPods and GitHub
Welcome back! In the previous tutorial, you learned how to use the Network Framework to detect and monitor the network status. The framework seems to be working fine through the NetStatus class, so let’s go one step further and let’s create our own small, open-source framework that will be based on the NetStatus class. In…
-
Network Framework in iOS: How to Monitor Network Status Changes
Read about how to monitor for network status changes in iOS and macOS projects using Swift.
-
macOS Programming: Working with Table Views
Check out this tutorial about how to implement Table Views on macOS platform using Swift.
-
GTStorable Framework
A new custom framework on Github that enables any Codable-conforming type to perform file operations (save, load, etc) by just adopting GTStorable.
-
RESTful API Tutorial: How to Upload Files to a Server
Welcome to a new, hopefully exciting tutorial! In a previous post I showed to you the process of creating a custom class that manages web requests and RESTful APIs. Today, we will keep building on it, as I would like to focus on a specific use case: How to upload files to a server!