|
|
|
|
|
by sharikous
1046 days ago
|
|
Question: is Objective-C post 2.0 being actively maintained outside of Apple? Can I use the new features that Apple added in cross platform projects or open source environment like this? I loved Objective-C very much (yes, really) and I'd like to continue using it after Apple phases it out |
|
The problem is the frameworks (Foundation, UIKit, AppKit, etc) are closed source. So you either need to create your own frameworks or use something like GNUstep.