Описание тега winobjc
Getting started with WinObjC
To use WinObjC, there are a few requirements. You need: - Windows 10 - Visual Studio 2015 with Windows developer tools. Visual Studio 2015 Community is available for free here. Select (at least) the following components during installation:
1. Programming Languages -> Visual C++
2. Universal Windows App Development Tools (all)
3. Windows 8.1 and Windows Phone 8.0/8.1 Tools (all)
The best way to get started with WinObjC is to run one of the samples. We recommend starting with the WOCCatalog sample app, which demonstrates an assortment of iOS and XAML UI controls. To run the sample:
Extract the SDK zip file to a local directory
Navigate to winobjc/samples/WOCCatalog in the extracted directory
Double-click on WOCCatalog-WinStore10.sln to open in VS2015
In VS2015 right-click on the WOCCatalog (Universal Windows) project
Select Set as StartUp project
Use Ctrl-F5 to build and run the app
For guidance about importing your own Xcode project and other Windows Bridge for iOS SDK details, see the wiki