0
votes
1answer
25 views

Supporting ios 5 in monotouch applications

I have an application with monotouch ios (iphone/ipad application). in my project option I target ios 6. now when I want to download my application with a device that run ios 5 itune not allow. If ...
0
votes
0answers
48 views

Adding annotation to iPad MKMapView fails in MonoTouch

I try to add an annotation to the my map view by this code: for( int i = 0; i < GetApp .Delegate .typeOfShow .Content .Properties.Count ; i++){ Property p = GetApp ...
0
votes
1answer
67 views

Set a button to right of backbutton of navigation bar iPad monotouch

I want to have a uibarbuttonitem in right of back button in navigation bar ( if it is not wrong with apples guide line). I use this code: UIBarButtonItem listButton = new UIBarButtonItem ("List ...
1
vote
1answer
60 views

Navigation bar with Search bar iPad Monotouch

I want to have a page like this: It is the map page of the iPad map. As you can see it has a location search bar on the top. Is it possible to have a search bar like this image on the top when the ...
1
vote
0answers
21 views

How to draw gradient lines on ipad using monotouch framework [duplicate]

I am using "DrawLinearGradient" function to draw gradient line on ipad using monotuch framework. But the 2 colors that i am using are not dividing equally in the line. CGColor[] colors = ...
0
votes
1answer
67 views

how to add Back button to go back to previous MonoTouch storyboard view?

In my Xamarin Studio C# MonoTouch storyboard, I have several views and each one has a button to do a modal seque to common view call "ultrasound". How do I add a Back button to Ultrasound view that ...
1
vote
4answers
139 views

Does Xamarin support iPad and iTouch development on a windows machine without a mac?

I am a WPF C# .net developer and was delighted to hear about Xamarin. So I went to their website, downloaded the free version of their app, and wanted to write an ios (iPad) app. However, when I ...
0
votes
1answer
29 views

ipad missing overlapped annotations

While I'm trying to draw cross lines on iPad view , Its erasing the overlapped part of previous line. I'm using setNeedsDisplayInRect() method to refresh drawings. please suggest me to overcome this ...
1
vote
1answer
101 views

Can execute Code Dynamically in monotouch?

In C# .net we can run code dynamically by using System.Codedom.Provider. Like the same is there any possibility to execute the code dynamically in Monotouch (iPhone/iPad). Thanks in advance,
0
votes
1answer
159 views

Xamarin NSNotificatioCenter: How can I get the NSObject being passed?

I am trying to post a notification in a view from my app to another one using NSNotificationCenter. So in my destination class I create my observer as follows: ...
0
votes
1answer
69 views

Getting Html tags value monotouch

Suppose we have a string variable that its value contains a Html value like <span class =\"Name\">VALUE</span> in monodevelop we ca access its value('VALUE') by this code: Html ...
0
votes
1answer
60 views

Monotouch - wrong screen size after rotation?

Encountered weird issue with Monotouch, not sure when did this got broken. Basically, if I rotate iPad from portrait to landscape UIScreen.MainScreen.Bounds.Height is still reported as 1024 and ...
0
votes
1answer
177 views

Monotouch Crash: Replace UINavigationController A with B and Push UiViewControllers on B

We have been using Xamarin for a while and it is causing a weird crash while developing the latest iPad app. Following is the problem: The ipad App uses a story board with 2 Navigation controllers ...
3
votes
2answers
307 views

Splash screen with heavy codes in monotouch

We now that in monotouch and for iPhone / ipad application when we want to have splash screen before app lunch we should to set launch image in info.plist file and it will show this image before ...
2
votes
2answers
115 views

Developing iPad / iPhone application in same project or in 2 separate (Monotouch)?

We know that in monotouch we have 2 solution for developing a project for both iPhone and iPads. First is using Montouch iPad Application projects for iPad, and Monotouch iPhone Application projects ...
0
votes
1answer
82 views

MonoTouch: UpPopoverController.DidDismiss not firing

I have a UIPopoverController that has the DidDismiss wired up: popYear.PresentFromBarButtonItem(btnYear,UIPopoverArrowDirection.Any,true); popYear.DidDismiss += (sender, args) ...
2
votes
1answer
68 views

Monotouch (mtouch) command line error MT0007 - “The root assembly does not exist”

We are trying to use the MonoTouch mtouch command-line to run our app in the simulator. We have a solution that has 3 projects in it, a library, a frontend app, and a test project. When we use ...
1
vote
1answer
108 views

WCF Service communication using MonoTouch

Can anyone point me in the right direction for where to start when calling a WCF Service from Monotouch? I am developing an IPad App using Monotouch and its data needs to be provided by a WCF Service ...
1
vote
1answer
63 views

Special Characters iPad Monotouch

I wrote a monotouch app for the iPad that supports multiple languages. When I install the adhoc on my iPad one of my buttons reads 'MĂșltiple'. When another person here installs the same adhoc on an ...
0
votes
1answer
52 views

monotouch iphone application promoted as ipad application

I had an app developed for iphone/ipad running correctly in the ipad. A made the mistake of changing it to universal. After this change the application in the ipad does not work correctly, any event ...
1
vote
2answers
306 views

MonoTouch: Settings.bundle file issue

I've been trying to setup settings for my app but I can't seem to get this working even though I've looked over it over and over again and compared it to an example in a book and the example on Craig ...
0
votes
0answers
18 views

MonoTouch Toolbar [duplicate]

Possible Duplicate: Monotouch iPad Toolbar How can i access the standard toolbar at a master-detail ipad app with monotouch. Of course I tried it with the inferface builder, but the top ...
1
vote
0answers
115 views

UIActionSheet will not respond to touches when shown

I am writing a mobile app in MonoTouch. One of my ViewControllers is a settings page that allows the users to set a few things that they can customize on their map view. One of these is the Pin color. ...
2
votes
2answers
63 views

Monotouch IPA replaces another application signed on the same computer

I have an application written on C# The problems is following: there is some application on iPad, and this application written and signed on the computer I building and signing my application on. ...
1
vote
1answer
121 views

MonoTouch - OpenGL panel / split screen?

I need to present an OpenGL "panel" on the same screen as some controls, web/text content, etc. Any suggestions? Ideally I'd have an OpenGL control that could be dropped onto a form in Interface ...
1
vote
1answer
423 views

Trying to wrap my head around Monotouch, storyboards and iPad split view apps?

Since about two weeks I've been trying to get a hang of MonoTouch. My objective is to develop a simple iPad application using the master/detail split view template, as provided by the Xcode interface ...
2
votes
1answer
80 views

Turning off Notifications MonoTouch

I have created an iPhone app in MonoTouch. The app is a test where the test taker should not get interrupted during the test. How do you make sure that notifications are turned off while my app is ...
1
vote
2answers
573 views

MonoTouch - How do I declare UIPopoverController only when using an iPad device?

As I understand from reading documentation, UIPopoverControllers are only supported on the iPad. Therefore if you try to declare a variable as a UIPopoverController and run the app in the iPhone ...
1
vote
1answer
788 views

Monotouch - UIActionSheet not displaying correctly on iPad

I have a UIActionSheet that works just fine on the iPhone simulator. It is presented when the user touches a UIButton. Using the iPad, I believe UIActionSheets are wrapped into a UIPopupController. ...
2
votes
1answer
290 views

Monotouch SplitView changing the details view

please forgive the newness level I'll be exhibiting. I created a new iPad Master/Detail (UISplitViewController) app in Monotouch. The master controller on the left is a UITableViewController. The ...
2
votes
1answer
95 views

MonoTouch - No Option to deploy application to iPad device?

I have an application which I need to test on an iPad device, however there doesn't appear to be an option to do this. I did initially create my application as iPhone only, but I've added an iPad ...
2
votes
3answers
239 views

how can display Activity Indicator up to image is loaded into ImageView?

I am trying to download 5MB Image from Server for this I want to display UIActivityIndicatorView still Image completely downloaded and display on UIImageView, so how can display Activity Indicator up ...
3
votes
1answer
360 views

ObjC vs. MonoTouch float and array performance

EDIT : Added unsafe version of C# code. Thank you guys for this suggestion, the unsafe C# code runs faster, but only about 3%. Short version: I wrote some benchmark code in C# and in Objective-C ...
0
votes
1answer
309 views

monotouch keyboard can't be hidden with EndEditing (in ScrollView)

i saw some questions like mine, but they are alle a lidle different. I make an ipad applikation and i worked with the EndEvent bevor end every time it works. But in the newest constellation it wont. ...
2
votes
2answers
344 views

With MonoTouch (monodevelop) how to debug IPad?

I can't find any options (tried all options under project/solution options) to debug my IPad. All the configs show IPhone only. I've seem some comments that it appears to be version related? I just ...
4
votes
3answers
1k views

AVAudioRecorder record AAC/m4a

I am trying to record audio on the Device using AVAudioRecorder. That file is transmitted to a web server and I want to play that resulting file in a web browser.. I have tried various combinations ...
0
votes
1answer
622 views

How to close modal view controller in monotouch

I have used storyboard to design UI in monotouch. I have button which once you click on it it will use PerformSegue to move to another view controller the segue works as modal so It will pop up a ...
-1
votes
2answers
101 views

Distribution of MonoTouch App to My Specific Users Only an Users May be Greather Than 10000 [closed]

My MonoTouch App is developed now I wanted to distribute this monotouch app to my specific users only so mean while on googling I get one more facility given by apple ie B2B so please give any ideas ...
1
vote
3answers
149 views

while performing dual operation on UIImageView

This time I am facing problem while performing dual operation on UIImageView means 1) Zoom+Flip the Image 2)Zoom + Reverse the Image 3)Zoom + Flip or Reverse + Rotate(+- 90)deg so please help ...
0
votes
1answer
416 views

how to add a uipickerview as a sub view in a uitableviewcell using monotouch?

I have implemented a grid-looking structure (say 5 rows and 10 columns) for an iPad. I have done this by adding many UITextFileds(by creating Frames) as subviews(each cell being editable, just like ...
0
votes
1answer
61 views

Which parameter I pass to CGimage for Height n Width

I have one issue regarding UIImageView and UIImage I get confuse on 1 thing ie My " UIImageView Height = 759 and Width = 748" and I am downloading the images from server that Height and width is so so ...
0
votes
0answers
126 views

How to display 12 Bit And 16 Bits (Dicom) images in UIImageView

Just I want t display 12 bit or 16 bits of Images In UIImageView But Images are not displayed properly so please suggest me some solution I am struggling from few day for display these images for ...
3
votes
1answer
331 views

Monotouch UIScrollView, Text blurs when zooming in

With regards to Monotouch IOS development: Can anyone write me a code snippet, or refer me to one, of how to have Text inside of a UIScrollView and have the text NOT get blurry as you zoom in? ...
1
vote
6answers
1k views

iPhone / iPad game application dev tools

So I've spent the past week researching on all the different tools you can use to create an iPhone or iPad application game and I still haven't reached a conclusion on which software ( Xcode, unity, ...
0
votes
1answer
88 views

How to execute some code after UIView custom drawing code completes?

I am subclassing uiview and I have implemented some custom drawing code inside the Draw sub. What I want to do is after executing the code inside the draw sub and the uiview paints itself, to execute ...
0
votes
1answer
40 views

iPad endpointIOTimerExpired error when plugging in iPad to Windows 7

I get an error similar to the one below about 5-10 seconds after plugging in an iPad into a Windows 7 laptop. When I plug the same iPads into a WinXP laptop, I do not get the error. I tried it on ...
1
vote
1answer
803 views

jQuery Mobile custom select menu works in Mobile Safari, but not in UIWebView

I am using jQuery Mobile in an application that runs inside a UIWebView. The applicaiton is written in Monotouch and has multiple tabs and one of the tabs shows html5 content within a webview. jQuery ...
0
votes
0answers
28 views

how to apply LUT & VOI LUT cgimage/uiimage [duplicate]

Possible Duplicate: How do I apply a LUT (Color Look-Up Table) to a CGImage or UIImage in IOS? I have to apply the LUT values to this code Byte _imgData = GetRawData(_imgPath); // this ...
0
votes
0answers
60 views

Creating Table using Three20

I am quite new to iPhone development as well as Three20 sdk. I am trying to create a simple table with multiple columns. I have tried to approach as below , however I have no clue on on getting it ...
0
votes
1answer
736 views

GridView for Monotouch

I am trying to get a Visual Studio's gridview like control for Monotouch development. I had a look at AQGridView. Does AQGridView works with Monotouch? Is there a library for AQGridView which I can ...

1 2 3 4 5