Все вопросы: [xamarin.ios]
34 вопросов
Можно ли использовать отладчик IDE с оценочной версией Monotouch?
Я установил mono, monotouch SDK и monodevelop.У меня есть образец проекта, на котором я могу установить точки останова в среде IDE.Однако я не могу найти никакой опции для запуска моей примерной программы, чтобы были достигнуты точки останова, и я мог пройти через код.Эта функция недоступна в оз...
Определение класса C #
В XCode и цели c, если я хочу использовать UIGlassButton в построителе интерфейса, я помещаю следующую строку в свой файл заголовка: @class UIGlassButton; Сейчас я использую монотач C #.Есть ли похожий оператор, который я могу использовать для импорта класса UIGlassButton? Думаю, возни...
Должен ли я открывать исходный код моего приложения для iPhone MonoTouch .NET?
Это небольшое приложение под названием Simon Basic Edition , и он входит в топ-100 лучших игр> Дети сильный>. Первая версия довольно проста, но я сделал несколько улучшений в 1.1. который был отправлен неделю назад в iTunes Connect. На основе того же источника я написал еще одно S...
Проблема с MonoTouch
I saw your website and impressed on features present in MonoTouch. I downloaded the evaluation version and installed on my MAC book using the installation guidelines given in the web site. When I tried to open MonoDevelop application, it was not opening and it saying “Application Not Respond...
Преобразование файлов MPEG на лету на MonoTouch
У меня есть приложение для iPhone, в котором используются небольшие фильмы в формате MPEG, показывающие жесты на голландском жестовом языке.Я получаю фильмы из Gebarencentrum с их разрешения.Но все они в старом формате MPEG-1, и iPhone его не воспроизводит.Они позволили мне конвертировать пару...
Какие части .NET недоступны в Monotouch для разработчиков iPhone?
Какие привязки клавиш не включены?
Monotouch - Ibtool не существует ни в одной папке, указанной в переменной среды PATH.
Я только что установил monotouch, и у меня возникла проблема с моей первой сборкой неизмененного проекта шаблона iPhone.Сборка не находит Ibtool ни в одной из папок в переменной среды PATH.Я получаю следующее сообщение: Сбой сборки.ApplicationName = 'ibtool', CommandLine = .... Если я ...
Монотач iPhone в ландшафтном режиме
Как сохранить приложение Monotouch для iPhone в ландшафтном режиме при загрузке нового контроллера представления из xib? Для переключения в альбомный режим при загрузке приложения я использую: app.StatusBarOrientation = UIInterfaceOrientation.LandscapeRight; Я хотел бы иметь возможнос...
is there any way that we can develop application in .net for iphone
can we develop application for iphone in visual studio itself are there any emulator for testing it that is compatible with visual studio
How to decide between MonoTouch and Objective-C?
After sitting through a session today on Mono at a local .Net event, the use of MonoTouch was 'touched' upon as an alternative for iPhone development. Being very comfortable in C# and .Net, it seems like an appealing option, despite some of the quirkiness of the Mono stack. However, since MonoT...
How can I launch multiple instances of MonoDevelop on the Mac?
I would like to open a new MonoDevelop instance to work on a different project on the Mac, and the OS is currently preventing me from opening a new instance.
Why is it not possible to use the MPMoviePlayerController more than once?
In MonoTouch, we ran into this problem with the Movie Player sample in that it would only play the video once, but would not play it a second time. I am asking this question to post an answer, since it has been hitting various folks.
Is there a way to mix MonoTouch and Objective-C?
I'd like to know if there is a way to mix C# and Obj-C code in one project. Specifically, I'd like to use Cocos2D for my UI in Obj-C and call some MonoTouch C#-Library that does some computations and get some values back. Is there a way to do this? Or maybe the other way around, i. e. building in...
Monotouch auto resizing views in iphone
I have created a view in interface builder that contains another view (content area) and a button bar at the bottom. The hierarchy is as: ->View --->mapContainer UIView ----->map MKMapView ----->OverlayView UIView --->ToolBar UIToolBar I would like the mapContainer to resize to...
Monotouch rotate view in Portrait/Landscape
Can anyone give an example of how to rotate the view of a monotouch application from portrait to landscape and vice versa?
Bring iPhone Simulator to front of screen on build?
When I build using MonoDevelop using the MonoTouch framework it appears the iPhone Simulator always loads in the background, is there any way to bring this to the front instead of always having to click it in the dock to bring it up? Can't find anything in preferences.
Any chance of cocos2d within MonoTouch?
After learning more about how monotouch works, I believe I know the answer to this anyway, but can you use the cocos2d-iphone framework with monotouch? I believe most likely this will be a 'no', because cocos2d is an an objective c library and there would most probably have to be some sort of .ne...
Options for game development with MonoTouch
What options are there for game developers in regards to working with the MonoTouch framework? Is OpenGL fully supported? Or just a subset? Is there any additional tools, frameworks or engines that would be compatible with MonoTouch? Would these libraries also have to be written in .NET? Do you...
Monotouch or Titanium for rapid application development on IPhone?
As a .Net developer I always dreamed for the possibility to develop with my existing skills (c#) applications for the Iphone. Both programs require a Mac and the Iphone Sdk installed. Appcelerator Titanium was the first app I tried and it is based on exposing some Iphone native api to javascrip...
How can interrupt a sound that is playing on the iPhone (SDK or MonoTouch)?
The sound is started using MonoTouch.AudioToolbox.SystemSound and I would like to stop the playback when I receive a specific event.
How can I animate a UIButton Alpha property with MonoTouch
I have a simple UIButton with an Alpha property that I would like to animate from 1.0f to 0.0f, and then back to 1.0f. This is basically responding to TouchDown. Also, is there anything special I need to do if the routine I am calling from is not on the main thread (async delegate invoked on the...
How can I shrink the size of my mono touch application
I created a simple hello world mono touch (iPhone) application. However, its size is 5MB. Is there a way to make it smaller?
Cross iPhone communication using mono touch
Does mono touch allow you to do cross iPhone communication? (iPhones in the same room) If so, what's the API?
How can I play a sound on the iPhone using MonoTouch?
I am looking for something like PlaySound (uint frequency) Does it exist?
How MonoTouch works?
I would really appreciate it anybody could briefly explain me, what's the general approach to implementing things like MonoTouch? I'm really amazed because it's not the first example I see when people get some platform like Java and make it translate into something like C/Objective-C. I can't rea...
Will Apple bundle the Mono Touch runtime with every iPhone?
It strikes me as a good idea for Apple to negotiate with Novell and bundle the Mono Touch runtime (only the runtime of course) into every iPhone and iPod Touch. Perhaps even make it a "one time install" that automatically gets downloaded from the App Store the first time one downloads an app buil...
sizeWithFont with MonoTouch
What's the equivalent of sizeWithFont in MonoTouch. If there's no such method, is it possible to invoke it some other way? All I want to do is resize the label based on the text...
How big is an Objective-C iPhone app vs. a MonoTouch app?
I am considering using MonoTouch for some iPhone development, but payload size is an important factor. For a user who has never installed Mono on their iPhone before, what would the size of an Objective-C "Hello World" app be compared to a MonoTouch "Hello World" app? More specifically, what is...
How to uninstall MonoTouch framework?
I would like to be able to uninstall monotouch framework from my Mac OS X, but I don't see a way to do so... Any help would be appreciated...
Is there a WebClient object that can be used in MonoTouch?
Is there a WebClient object that can be used in MonoTouch?