-
Notifications
You must be signed in to change notification settings - Fork 806
Roadmap
Nick Gerard edited this page Feb 25, 2016
·
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
- Add support for NSTextStorage
- Update iOS controls to match Windows 10 designs
- NSParagraphStyle
- UIViewControllerContextTransitioning
- UIPageViewController
- Improved NSString
- Improved accessibility support
- Improved Foundation/CoreFoundation support
- Apple CF
- Improved NSValue
- NSProgress
- NSDataDetector
- NSTextCheckingResult
- NSComparisonPredicate
- NSTextCheckingResult
- NSPredicate
- NSExpression
- NSUserDefaults
- CFURLCreateStringByReplacingPercentEscapes
- CFURLCopyPath
- CFStringGetFastestEncoding
- CFURLCreateStringByReplacingPercentEscapesUsingEncoding
- CFAllocator
- Improved CoreText support
- CTFontCopyName
- CTFontGetUnderlineThickness
- CTLineGetOffsetForStringIndex
- CTRunGetTypographicBounds
- CTRunGetStringRange
- Improved OpenGL/OpenGLES support
- glDeleteVertexArraysOES
- glGenVertexArraysOES
- glBindVertexArrayOES
- Add support for EAGLContext multiThreaded property
- Improved Security support
- Add support for SecRandomCopyBytes
- Randomization APIs
- Certificate, key and trust services APIs
- Improved CoreAnimation support
- CAEmitterCell
- CAAnimationGroup
- CAKeyframeAnimation
- Support for popular iOS third-party frameworks
- Cocos2D
- AFNetworking
- Facebook SDK
- OpenAL
- Improved support for system frameworks
- StoreKit
- EventKit
- Accounts
- MobileCoreServices
- 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
- 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
- Improved documentation, samples and tutorials
- Improved Storyboard/XIB support
- Enhanced error reporting
- Objective-C annotations in Visual Studio
- Improved debugging/logging
- 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