@objc class prefixes fixed in Xcode 7 beta 4
Read OriginalThe article explains a fix in Xcode 7 beta 4 where the @objc() attribute now correctly modifies the compile-time class name for Swift classes exposed to Objective-C. This allows developers to namespace classes with prefixes (like SDCMyClass) in Objective-C while using a simpler name (MyClass) in Swift, preventing naming collisions and improving interoperability.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser