I have a very similar question to this question. I have a REST API connecting to an iOS app. I can get Facebook login working from the iOS client side, no probs. My question is how to ensure, from th
I don\'t really know for sure this is an issue with threads, but I don\'t know what else could be causing my problems.I have an iOS app that has an NSStreamDelegate invoking
I am using a UITextView to display the text from a xml.开发者_如何学运维I parsed the xml and stored the text in a NSArray and from there i am adding it to a UITextview in my code.
I\'m trying to send a multi-line post from an iPhone/iPad to a php service, the problem is that for some reason, the POST Content-Type seems to be application/x-www-form-urlenconded, ( I found out thi
I am getting about thirty issues already with the files which I downloaded from http://allseeing-i.开发者_如何学JAVAcom/ASIHTTPRequest/.
I\'ve been expanding my horizons recently and am trying to start utilizing KVO more in my programming.
I am developing an app that depends on 开发者_开发问答GPS data and works only in New York City. It will display \"out of range\" if the user is 30 miles away from Manhattan. The problem is that I am 8
What I\'m trying to do: I\'ve got a standard UITableView, with several UITextFields and a few cells showing a time/date. Basically, it\'s a form where users can input both text and dates.
I have a table with items in it and I want a way to add items to that list when the user clicks on a UIBarButtonItem by filling in two fields with a string and an integer. Originally I tried a UIAlert
I have my UIPickerView hooked into a UITextField\'s inputView.I have it popping up.I know when the user selects a row.I know the value for the row.All that is great.