Post not yet marked as solved
Post marked as unsolved with 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 ?