• Home
  • Web
  • JavaScript
  • CSS
  • More

A Beginner’s Guide to Access Levels in Swift

A Beginner’s Guide to Access Levels in Swift

A Beginner’s Guide to Access Levels in Swift

READ MORE
AppCodaAppCoda
10 mins
Swift
SwiftmacOSiOS
2020-05-12T05:36:27.117Z

Tags

Topics

  • Swift
  • macOS
  • iOS

Keywords

  • modules
  • packages
  • access level

See Also

Core Data Aggregate Functions

Core Data Aggregate Functions

Learn from a Google Developer Expert: Core Data is a beautifully designed object mapping and persistence framework -- big kudos to the Apple engineers.

BrianfloveBrianflove
3 mins
Swift
SwiftiOSmacOS
2023-03-15T06:33:49.753Z
What Is a Core Data Fault

What Is a Core Data Fault

This tutorial zooms in on an important topic for anyone working with Core Data, faulting. Faulting is a concept that often confuses developer new to Core Data. Before I explain what faulting is, I want to show it to you.

CocoacastsCocoacasts
5 mins
Swift
SwiftiOSmacOSXcode
2023-03-15T06:31:54.594Z
What Are Core Data Query Generations

What Are Core Data Query Generations

Earlier this month, I wrote about Core Data faults. Faulting is a key concept of the Core Data framework. It is because of faulting that Core Data is as performant as it is and it ensures Core Data's memory footprint remains at an acceptable level.

CocoacastsCocoacasts
5 mins
iOS
iOSmacOS
2023-03-15T06:31:20.627Z
Code generation using Swift Package Plugins

Code generation using Swift Package Plugins

How to build a Swift Package Plugin to automatically generate unit tests from input Swift files.

PolpiellaPolpiella
5 mins
Swift
SwiftXcodeiOS
2023-02-23T06:38:26.230Z
When to Use Combine's Filter and CompactMap Operators

When to Use Combine's Filter and CompactMap Operators

Combine's filter and compactMap operators share a few similarities and it is possible to use them interchangeably in some scenarios. That said, there are a number of key differences we discuss in today's episode of Combine Essentials.

CocoacastsCocoacasts
3 mins
Swift
Swift
2022-12-10T19:11:43.433Z
iCloud Key-Value Store with NSUbiquitousKeyValueStore

iCloud Key-Value Store with NSUbiquitousKeyValueStore

Ubi–what!? The NSUbiquitousKeyValueStore syncs key-value store data across iOS and Mac devices via iCloud. Let's find out how you can use it with Swift!

Appy PieAppy Pie
5 mins
iOS
iOSMac
2022-12-10T19:11:12.681Z
  1. Home
  2. Swift
  3. A Beginner’s Guide to Access Levels in Swift