📜 ⬆️ ⬇️

MonoTouch 1.2 released

MonoTouch 1.2 has been released - a Mono / .NET based iPhone development environment. The main and most important innovation of the new version was the iPhone application debugger, integrated into the MonoDevelop environment for MacOS. The debugger works with both a simulator and a real device.

image

Other innovations:
')
* A new binding API for Objective C libraries, which allows you to bind Objective C API with C # equivalents in Mono;
* additions to the MonoTouch API;
* added System.Timers.Timer, System.Threading.Semaphore, System.Threading;
* bugs fixed, OpenTK updated to r2350;
* Added support for System.Data, which allows the use of SQLite.

The framework is rapidly developing, which can not but rejoice.

Source: https://habr.com/ru/post/74318/


All Articles