Reading List

Is Objective-C BOOL a Boolean Type? from Michael Tsai RSS feed.

Is Objective-C BOOL a Boolean Type?

Juan Cruz Viotti: While BOOL might look trivial, its definition is rather complex. It depends on which Apple platform and architecture you are targeting, which can result in unexpected behavior. […] Recently, I stumbled into a case where for the same code, macOS Intel and macOS Apple Silicon invoked different overloads. […] As we can […]