0
votes
0answers
47 views

iPhone Programming--Changing Screen on Button Click

I am developing a simple iPhone application that has 3 layers of screens. The second layer has a problem connecting up to the third--you'll see code below, mostly pulled from a tutorial. The ...
0
votes
1answer
40 views

Mobile app backend that supports c# [closed]

This question might have been asked before but after searching I could not spot the answer I am looking for. Basically I am using Xamarin to develop an app for iOS, Android but I will need to host a ...
0
votes
1answer
41 views

Dismiss modal and push a segue

I'm pretty new at iOS development and I'm stuck using storyboards. I've a modal view (ZoekCriteriaViewCOntroller) with a button on it. When the button is Pressed I would like to dismiss the view with ...
0
votes
1answer
29 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
15 views

Monotouch SerializeObject randomly throws exceptions

This following code throws an exception once in a while, what makes it much harder to understand the problem. GetFeaturedApiRequest request = new GetFeaturedApiRequest (); request.RequesterID = ...
-1
votes
1answer
65 views

Testflight install bricks my iphone

Whenever I try to install my app over testflight my iPhone bricks and needs to be restored. Am I doing something drastically wrong? To add to this, I created a blank storyboard app with one screen ...
0
votes
0answers
29 views

(Monotouch) iOS: Detect keypress on uiview

Is there a way to detect a keypress on a normal uiview (from a uiviewcontroller)? I need this, because my app uses a barcode scanner and the app should do something if there is an input from the ...
0
votes
0answers
35 views

UIActivityViewController leaks / memory issue in MonoTouch

I am trying to use UIActivityViewController in MonoTouch. You can see below the code. My issue is that the code is leaking (according to monotouch memory profiler) and using a lot a memory due to an ...
0
votes
1answer
22 views

Detecting when keyboard of a entryelement returns monotouch.dialog

I'm using this code for detect returning from a keyboard of a entry element in the monotouch.dialog. RltEntryElement createServerUrlEntry(){ try { ServerNameEntryElement = ...
0
votes
1answer
38 views

Changing EntryElement keyboard returnkeytype monotouch.dialog

I'm using this code for changing the keyboard returnkeytype of the entry element in monotouch.dialog but it yet show 'return' on the keyboard. protected override MonoTouch.UIKit.UITextField ...
1
vote
3answers
55 views

Monotouch Replacing the RootViewController

Using MonoTouch I add a LogonViewController to the Window and show it on FinishedLaunching: window = new UIWindow(UIScreen.MainScreen.Bounds); window.RootViewController = new ...
1
vote
1answer
35 views

UIWindow and Statusbar

I have a DialogViewController that I load up for the main UI (login) window = new UIWindow(UIScreen.MainScreen.Bounds); var logonView = new LogonViewController(); ...
1
vote
2answers
47 views

Session maintenance in monotouch?

My application based on banking domain, need session handling. When application is idle (without any touch events after application open) have to calculate the time in background. I handle the ...
0
votes
3answers
115 views

Is it possible to develop applications on Windows using MonoTouch/Xamarin?

I know I need a mac to deploy but can I at least use my PC to develop the application? It would really help me a lot if I can develop on Windows where I can focus on writing the app.
0
votes
1answer
88 views

monotouch dispose UIWebView

Using a UIWebView in my application and I cant seem to release the memory it's using. I have a UIButton which loads a view controller which holds the UIWebView. When the webView is loaded the Real ...
0
votes
0answers
41 views

Monotouch Application fatal error

I am trying to understand the reason my app crashes, randomly it seems, when trying to present a view. The button click code: if ( d.rootNavigationController.RespondsToSelector( new ...
0
votes
2answers
55 views

Image preview in MFMailComposeViewController is blank

In my iOS app, I allow the user to select an image from a photo album or capture one from the camera. Immediately after that, I present an MFMailComposeViewController with the selected/captured image ...
2
votes
0answers
32 views

MonoTouch CoolStorage OneToMany caching issue

I'm experiencing an issue with CoolStorage where a OneToMany relationship is being cached when reading a list for the first time, that list then fails to update when the data changes later. When ...
0
votes
2answers
76 views

Monotouch iphone custom UITableView

I followed this tutorial in order to create a custom Cell. I have created a custom cell in the Interface Builder that looks like that: In my ViewController i have added a UITableView and bind it to ...
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
2answers
104 views

Show spinner in MonoTouch while downloading data

So in my app I have a button that talks to a lib that downloads some data from the internet and filters it. When the app is doing this the screen freezes and it looks to the user like the app crashed. ...
0
votes
1answer
81 views

I am using “DrawLinearGradient” function to draw gradient line. But the 2 colors that i am using are not dividing equally in the line

I am using "DrawLinearGradient" function to draw gradient line. But the 2 colors that i am using are not dividing equally in the line. CGColorSpace colorSpace = CGColorSpace.CreateDeviceRGB(); ...
0
votes
2answers
57 views

UISearch bar keyboard color iphone monotouch

How to change the UISeachBar keyboard color to the black ?
1
vote
1answer
57 views

Forcing a viewcontroller to be portrait monotouch iphone

I have a view controller in my app that want to show always in prtaint mode. The objects of this screen is added in runtime and based on the protaint mode. It is my first viewcontroller. I tried some ...
1
vote
2answers
99 views

Newtonsoft.Json not working on the iphone device work on emulator monotouch iphone

I create a build for my application and run on the device. While it is woking on the emulator but not working on the device. and cause this error: Exception in Class: BaseIOAddOn Line : 0 and ...
0
votes
2answers
48 views

App download with webclient not working on device but work on emulator, monotouch iphone

I'm downloading json data in my monotouch iphone application by webclient. and using json.NET 4.0 R3 for MonoTouch for parsing json data. Every thing is right on emulator but on when I create a ad-hoc ...
0
votes
0answers
61 views

App closes when long-running code is executed during splash

Some months ago, I asked a question about making a splash screen with long-running code on monotouch. Splash screen with heavy codes in monotouch I followed the answer. Now the question is, when I ...
0
votes
0answers
132 views

Intercept Incoming SMS Message and Modify it

Is there a way to intercept an incoming SMS message, and then modify it before presenting it to the user? Can it be done natively on iPhone / Andriod? Can it be done using PhoneGap? Can it be done ...
2
votes
1answer
95 views

UIImage with rounded corner on left side monotouch iphone

I want to create a cell for my tableview like this image: As you can see, in this cell I have a UIImage that have some cornerradius on its left side. I use this code for add cornerradius to my ...
0
votes
1answer
64 views

Adding monotouch.Dialog as part of uiviewcontroller in monotouch iphone

I want to create a page like this: My idea for bottom place is using monotouhc.Dialog by viewElement. But the question is this: Is using monotouch for this the best way? or using tableview with ...
0
votes
1answer
55 views

Can EntryElement be readonly on Monotouch.Dialog?

I'm using Monotouch.Dialog for creating a page in my iphone monotouch application. The question is that is there a way for making entry element read only in the table?
1
vote
1answer
37 views

iOS changing outlets — Monotouch

I created labels and textfields, but I named them to something that was wrong lol. Because I use Android I did tv_xxx <-- textview, and not tf_xxxx <--textfield... So, what I did was I deleted ...
1
vote
1answer
104 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,
1
vote
1answer
47 views

Monotouch EventKit - Not Able To Retrieve EventIdentifier

I am using the example found here : http://docs.xamarin.com/guides/ios/platform_features/introduction_to_eventkit#4.3.creating-an-event-programmatically I asked Xamarin and they said I was supposed ...
1
vote
1answer
122 views

xamarin studio has a debug host option in settings in release build?

Since I started building using the new Xamarin Studio, it has added (over and over and over again - once for each install!) an option in the Settings for my app called "Debug Settings" And "Enabled" ...
2
votes
1answer
56 views

using existing code of iphone objective-c code in monotouch (Range Slider in monotouch iphone)

I'm trying to create a range slider for my monotouch iphone application. I have a search and found this source: CMRangeSlider the code has a class that implement rangeslider. the problems is that ...
0
votes
2answers
71 views

Formating a large amount of data in monoTouch

So in my current project I download a large text file that contains a lot of data. Now I have to search trough that file and check if it contains a number that the user entered. In objective-c this ...
0
votes
0answers
106 views

Returning HTML files from SQLite upon request from UIWebView using MonoTouch

When using a WebView to load local HTML files I am able to intercept the requests for content associated with the HTML website. web_view.Delegate = new ViewDelegate(); If I define a new class with ...
1
vote
1answer
158 views

MonoTouch: Build iOS app with mdtool from command line: Multiple provisioning profiles

I want to build my ios-apps Appstore-ready directly from the command line with the mdtool from MonoTouch (Xamarin). I use the following command: '/Applications/Xamarin ...
0
votes
2answers
76 views

Filtering array in monoTouch with NSPredicate

So I'm trying to filter an array with NSPredicate in MonoTouch. In Objective-c it would be something like this: NSPredicate *findStringWithReference = [NSPredicate predicateWithFormat:@"SELF CONTAINS ...
2
votes
1answer
73 views

Seperating a string by “\n” in monoTouch

So I have a very big String that i want to separate on every line and put each line as object in a Array. In objective-c this would work by using: NSArray *piecesArray = [tmpString ...
0
votes
3answers
92 views

Setting background color for real in Monotouch

Ok, I'm doing this: UIButton btReturn; btReturn = UIButton.FromType (UIButtonType.RoundedRect); btReturn.Frame = btnBounds; btReturn.SetTitle (Caption, UIControlState.Normal); ...
2
votes
1answer
70 views

How do you create a local calendar?

I'm trying to create a new iOS local calendar to store events related to my application. The reason for this instead of just storing the EventIdentifiers is because this application can sync between ...
0
votes
2answers
102 views

How to link a ViewController in Xamarin MonoTouch

I'm currently trialing MonoTouch and am impressed with it's capabilities thus far. I'm wanting to create a library of iPhone apps that each will have the same User Logon screen. Therefore, I want to ...
0
votes
1answer
91 views

How to create a folded map in monotouch iPhone like what is in map application of iPhone

This is a screen shot of map application of iPhone: How we can implement shuch page in our application. I am a new on iphone and monotouch and don't know whether this is a component that give the ...
0
votes
0answers
23 views

add items to PSTextFieldSpecifier on runtime

We know that PSTextFieldSpecifier is one of some types that we can use for prefrences items of our iPhone application. This Type include some subtitles. We can add them in root.plist file and then see ...
0
votes
1answer
44 views

Hidding field in root.plist file

I use a root.plist file for setting my monotouch iPhone application based on this article: http://adtmag.com/articles/2010/04/13/working-with-application-settings-in-monotouch.aspx How we can have a ...
1
vote
1answer
119 views

MonoTouch: SQLite-net thread safety and SQLiteConfig.Serialized

I am trying to make SQLite default to be "more" thread-safe by calling something like this code: SqliteConnection.SetConfig (SQLiteConfig.Serialized); I think it's related to setting: ...
0
votes
3answers
69 views

Showing a frame of buttons after clicking on action uiitembar of navigation controller

I want to create some thing like this: When client click on the right button of the navigationcontorller (action button) a frame of buttons appear (like the image) and client select on of them. By ...
0
votes
3answers
77 views

monotouch iphone programaticlly go to phone home screen

I searched a lot and didn't find how to programaticly bring application to background so phone's home screen is shown. I don't want to terminate app, but just to programmaticly make press on HOME ...

1 2 3 4 5 18