Skip to content

ACL Public Permission Variables (Swift) #1083

Closed
@nitrag

Description

@nitrag

The setter for public read/write access on an ACL isn't to Swift-spec.

The objective-C property is
@property (nonatomic, assign, getter=getPublicReadAccess) BOOL publicReadAccess;

docs/examples say you should be able to do:
acl.publicReadAccess = true

but Swift only sees getPublicReadAccess as a variable.
image

Metadata

Metadata

Assignees

Labels

type:bugImpaired feature or lacking behavior that is likely assumed

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions