Mattt Thompson: When interacting with frameworks like Foundation in Swift, all of those NS_ENUM declarations are automatically converted into an enum—often improving on the original Objective-C declaration by eliminating naming redundancies […] Unfortunately, for NS_OPTIONS, the Swift equivalent is arguably worse. […] Compared to the syntactically concise enum declaration, RawOptionsSetType is awkward and cumbersome, requiring … Continue reading RawOptionSetType
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed