hi all,
i have horizontal scroll view which is extended from UIScrollView and i added uibuttons horizontally. i can only scroll out of the buttons area, but if i want to scroll over any buttons is fires UIControlEventTouchUpInside event. i dont want this. i want to fire UIControlEventTouchUpInside action if i click and i want to scroll i...
Hi,
I have got a form with 2 dropdown lists on a simple HTML page. Depending on the value selected in the first dropdown list, a Javascript event handler(using the onChange event) changes the options of the second dropdown list.
When selecting a value in the first box and touching the second box in the browser window everything works f...
how to sync(from itunes) iphone application into iphone device without modifying existing data/applications in iphone ?
...
Hi,
I am working on a hobby app which accesses the dropbox api and allows users to browse the directory structure (mimicking the Dropbox iPhone app).
My current challenge is to be able to view the files on the device. What is my best way of doing this? There are obviously a large range of file types and I would like to be able to view...
I have a UITableView set up with a custom delete button which consists of a UIButton (btnDel) added as a subview to the UITableView's cells. The delete button is added as a subview when my edit button is pressed. This works well but when I try to remove the subview using:
[btnDel removeFromSuperview];
It only removes the button fr...
IOS4 allow application to run in background. Is it possible to have an application running in the background and not killable without a password?
...
Hello,
I've a problem with riproducing audio in background. The first time I try to play the audio in background doesn't happens nothing, but the second time works. I don't why this happens.
Any suggest?
This is the function for play a sound
-(void)playAudio:(NSString *)path{
NSURL *url = [NSURL fileURLWithPath:path];
NSError *e...
Hi, can a single application be used in both iphone and ipod touch > or we have to build them seperately ? Are there IPod only applications ?
...
I want to replace several different groups of characters in one NSString. Currently I am doing it with several repeating methods, however I am hoping there is a way of doing this in one method:
NSString *result = [html stringByReplacingOccurrencesOfString:@"<B&" withString:@" "];
NSString *result2 = [result stringByReplacingOccurren...
Hi,
Do any guy know how to setup cisco any connect vpn on iphone. Iphone has vpn settings, which requires server, account, group name, group shared password (via IPSEC).
However while using cisco any connect vpn, i just have server, account and group name information.
Is there an app that similar to cisco any connect vpn there?
Thank...
I have
NSMutableArray *arrTest = [[NSMutableArray arrayWithObjects:@"value 1",@"value 2",
@"value 3",@"value 4",nil] retain];
I stored my array to plist file (ex: sample.plist).-> ok
I call a method to get that arrTest from above plist file -> ok.
i use that arrTest to display data in UITableView.
but a...
How do I make sure the deployment target of my binary is set at 3.0? My base SDK is 4.0 because I'm using xcode 3.2.4 and this is the only SDK I can use. I thought it was possible to get the binary to target 3.0 using the settings in the Build properties but when I upload the binary to iTunes Connect it still says the minimum os is 4.0.
...
I have something weird going on with using UINib, although I suspect the real problem may be buried elsewhere.
My app is using a tableview, the content for the cells has been prepared in Interface Builder due to their complexity. For new cells (as opposed to reused ones), the contents of the nib are instantiated using the UINib Class. B...
Hello,
I'm trying to sort an array, from a previous post I was pointed to an answer in this thread, http://stackoverflow.com/questions/1422840/sorting-an-array-of-doubles-or-cllocationdistance-values-on-the-iphone/1422881#1422881
Based of this my code is as follows:
NSArray *sortedArray = [listArray sortedArrayUsingFunction:intSort co...
Please let me know the steps.
...
We have an app that uses network, compass, camera and telephony. It has been rejected because we don't specify in UIRequiredDeviceCapabilities the keys that are requiered or prohibited. This is a newer version of an app that we upload months ago and we don't had any problem before.
On documentation says
You should include keys only ...
Hi all,
I'm a beginner of iPhone development.
I want to move UIImageView position and size when I zoom.
I had two image one is main*(map(UIImageView))* for zooming and another is mapPin(UIImageView).
I want to place mapPin to original place when i zoom. But mapPin is move to another place not in original position. I create mapPin...
Hi
I am trying to create a grid view containing multiple rows and columns of image views. Like a view of 4 rows and 4 columns with each cell containing an image view. Can any one please tell me the best approach for creating such view?
Thanks and Best Regards...
...
Hi all, I am trying to build an app which during start-up connects to website and downloads the XML data. Though the data is large(100 KB) and i am using TouchXml for it. The xml is like this.
<?xml version="1.0" encoding="UTF-8"?>
<itemA attA="AAA" attB="BBB" attC="CCC">
<itemB>
<itemC1 attD="DDD" attE="EEE" attF="FFF...
I have two leaks shown by the instruments tool. I have looked around on google but I haven't seen exactly my problem on there.
Problem #1:
self.wallText = [[text stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceCharacterSet]] stringByTrimmingCharactersInSet:[NSCharacterSet newlineCharacterSet]];
I have tried various configu...