Posts

Post not yet marked as solved
2 Replies
399 Views
I'm creating framework in Swift and going to support both Swift and Objective-C. I repeatedly used @objcMembers on class to expose public properties and methods. Today, I noticed that non-public aka internal properties were accessible from Objective-C. Is there a way to hide internal properties and methods while using @objcMembers ?
Posted
by yakle1218.
Last updated
.