Skip to content

Roadmap

Nick Gerard edited this page Jul 7, 2016 · 19 revisions

Roadmap

We're adding APIs and fixing bugs with every release. Here are some of our highest priorities at the moment. If you think we should be focusing on something not mentioned here, file an issue and let us know!

Building out our iOS API support

  • Improved UIKit support
    • Improved accessibility support
    • Transition UIKit controls to take advantage of XAML functionality
  • Improved Foundation/CoreFoundation support
    • Integrate official Apple CoreFoundation
    • KVO/KVC improvements
  • Improved CoreText support
  • Improved Security support
  • Improved CoreAnimation support
  • Improved CoreGraphics support
  • Support for popular iOS third-party frameworks
    • AFNetworking
    • Facebook SDK
    • Bolts
  • Improved support for system frameworks

Making it easier to get started

Improving our tooling and developer experience

  • Improved Storyboard/XIB support
    • Xib2Nib instrumentation
    • Enhanced error reporting
  • Improved debugging/logging; object inspection and native visualization in Visual Studio
  • Objective-C annotations in Visual Studio

Improving our Objective-C compiler and runtime

  • Adding support for GNUStep libobjc2 to replace current Objective-C runtime
  • ARM support
  • Compiler optimization support