Scott Berrevoets 7/23/2015

@objc class prefixes fixed in Xcode 7 beta 4

Read Original

The 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.

@objc class prefixes fixed in Xcode 7 beta 4

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser