-
Notifications
You must be signed in to change notification settings - Fork 806
Roadmap
Nick Gerard edited this page Dec 9, 2015
·
19 revisions
Here are the high-level objectives for our team over the next few months.
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!
- KVO/KVC
- GLKit
- Improved UIKit support
- Mapping iOS controls to Windows 10 controls
- Improved accessibility support
- Improved CoreFoundation support
- Location Services
- Missing collections
- NSUserDefaults
- Support for popular iOS third-party frameworks
- Cocos2D
- AFNetworking
We know – the barrier to entry to getting started with the bridge is too high. Here's what we're working on to make it easier.
- New project website
- New project Wiki on GitHub
- Useful, standardized source code annotations
- Publish coding conventions and standards
- Downloadable evaluation virtual machines, so you can try out the bridge using the virtualization environment of your choice
- Automatic app analysis tool, so you can see how much of your app is compatible with the bridge
- API availability browsing, so you can see exactly what the bridge supports
- Improved documentation, samples and tutorials
- Preliminary Storyboard support
- Preliminary XIB support
- AutoLayout support
- Syntax highlighting
- Improved Storyboard support
- Improved XIB support
- Objective-C annotations in Visual Studio
- ARM support (currently x86 only)
- 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