Cloud Cloud

Iva Horn

Notes from a software engineer for iPhone, iPad and Mac apps.

Memoji

Objective-C Posts

The following posts have been tagged with "Objective-C".

Asynchronous Throwing XPC Protocols

February 13, 2024

I always thought that @objc protocols put constraints on protocol definitions that make the use of async and throws impossible. Don’t ask me why. It actually is not necessary to use completion handlers. async throws methods can be used instead.