-
Notifications
You must be signed in to change notification settings - Fork 808
Roadmap
Brian Bowman edited this page Mar 11, 2017
·
19 revisions
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!
- 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
- New project website
- Publish coding conventions and standards
- Downloadable evaluation virtual machines, so you can try out the bridge using the virtualization environment of your choice
- Improved documentation, samples and tutorials
- Web-based app analysis tool, so you can get an estimate of how much of your app is compatible with the bridge
- API availability browsing, so you can see exactly what the bridge supports
- NuGet Package Support
- 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
- Adding support for GNUStep libobjc2 to replace current Objective-C runtime
- ARM support
- Compiler optimization support
Project
Using the bridge
- Getting Started
- Using vsimporter
- Using the SDK
- Building From Source
- Adding Objective C to an Existing Project
- UI Guidance
- Changing the SDK Version of a Project
- Debugging
- Debugging Stack Traces from Crash Dumps
- Supported Third Party Libraries
- Creating and Linking Against C++ Static Libraries
- Packaging
Samples and Tutorials
- Quick Start Tutorial
- Building a To-Do List App
- Building a Calculator App
- Mixing and Matching UIKit and XAML
- IOS Bridge Samples Repo
Contributing
Links