> On 15 Feb 2017, at 20:40, Greg Parker wrote:
>
>> On Feb 15, 2017, at 11:11 AM, Ole Begemann via swift-users
>> wrote:
>>
>> In macOS 10.12 and iOS 10.0, class properties were introduced to Objective-C
>> [1]. I noticed that the Objective-C runtime treats class properties
>> differently b
> On Feb 15, 2017, at 11:11 AM, Ole Begemann via swift-users
> wrote:
>
> In macOS 10.12 and iOS 10.0, class properties were introduced to Objective-C
> [1]. I noticed that the Objective-C runtime treats class properties
> differently based on the deployment target. Example:
>
>// MyClas
In macOS 10.12 and iOS 10.0, class properties were introduced to
Objective-C [1]. I noticed that the Objective-C runtime treats class
properties differently based on the deployment target. Example:
// MyClass is an Objective-C class that has a class property
let metaclass = object_getCl