iphone

Memory problem with properties in objective-c

Hello guys! UIImage *image = [[UIImage alloc] initWithData:data]; ((YKSubCategory *)[_subCategories objectAtIndex:connection.tag - 1]).menuImage = image; [image release]; Here is the code I've written. The data is exists and the designed image is created. (I've tested it with an imageview and the image appears). The problem comes when...

How can i provide Zoomin-Zoomout,Paging functionality in to UIScrollView?

Hi!I have an array of Image URl's from that array i have displayed my Images in Scrollview because i want to take the advantage of Paging and zooming so what should i do to achieve this task?suppose my array contains 10 URL then by each time scrolling i should get different image and i could also performing Zooming-In and Zooming-Out any...

XCode SVN lock - unlock

i am developing iphone projects on xcode. In SCM i am using svn but it is not possible to lock a file that on the svn to prevent other team member check out the file again (it copies the hole project to work offline). Is there any extension for xcode to solve that problem? ...

NSMutableArray with file path

I have a NSMutableArray of names of files in my app documents folder. Now I want to make an array of file paths of those files which have names in the above array. How am I gonna do this? I'm having trouble solving this and I couldnt think of any solutions. If you could help, I really appreciate it. Thanks a lot in advance. ...

iPhone file names

Hello, Is there any option to disable file names being case sensitive on iPhone? And if there isn't such option is there any way to rename all files that are copied in the application bundle to use only lowercase? I have many files that have upper cases and lower cases in their names and when I'm trying to open them from my application ...

give some screenshots to create UIBackgroundModes key in Info.plist for iOS4

Hi, I'm new to iphone development.Ihave already gothrough some of the exploring pages to crete UIBackgroundModes key in Info.plist for iOS4 .But which is little bit difficult to understand.So,plz giv some step by step procedure with screenshot example for easy understanding...and also specify what are the requirements are needed like iph...

creating integer array

hi i am new iphone programmer i want to know that can we create array of integer,array of strings....etc seperatly like c++ if yes then how.... i have read about the example given on this site but that is c style of array.... please reply ...

Play the Recorded Audio live through Bluetooth Headset in iPhone

I am planning to record the sound using the iPhone and directly play it through Bluetooth Headset. Is it posssible? ...

Frequency of iAds showing?

Hey all, I've just released my first application with iAds enabled. It's been accepted by Apple and I've already earned something minor like $0.28. Now to me this means that ads have been showing on some of my users devices. I was aware that my device will only show test ads, so I downloaded the application on a friends phone, and trie...

how to make a random selection from database

i am making a n application based on quiz therefore i need to select data randomly from database i m using sqlite please help ...

Can a iPhone voice Recorder App always run in Background recording the Sounds and Play them ?

Can a App record the Voice in the surroundings even when it runs in the background and play the recorded audio? Is it possible? ...

Different name of application on iPhone then on iTunes Connect??

the name of my application is a bit large due to which all of it is not visible when i install it on my iPhone so i was thinking of changing the bundle name to a smaller text...but i want the original app name to appear in on Apple Store as it is...can i use a different name for apple store then bundle name on Xcode file while uploading ...

Is it possible to animate the width of a UIButton of UIButtonStyleCustom type?

I have an animation on frame size which works fine when the UIButton is a UIButtonTypeRoundedRect. But has no visible affect when I am using a UIButtonStyleCustom with background image. My animation code is here: [UIView beginAnimations:@"MyAnimation" context:nil]; [UIView setAnimationCurve:UIViewAnimationCurveEaseInOut]; [UIView setAni...

CoreDataGeneratedAccessors not generating automatic selectors

Hello All, I am currently working on an App which uses core data. I tried specifying CoreDataGeneratedAccessors in the interace itself, but accessors like setName do not seem to be automatically generated. Is this something wrong with my XCODE configuartion? Thanks, Jith. ...

Populate table view with filenames

Hi, Is there a way to populate the data in a table view with the filenames from a certain folder? Thanks. ...

What are all the documents i need to read to become a iPhone developer?

Hi Friends, I knew C, Cpp, Java, Servlets, JSP and Objective C. Now, i want to do some web related application in iPhone. I have Mac system, XCode and all. Also i registered in developer.apple.com. My problem is, where can i start to learn about development? So many documents are available in Apple's site. But in each document, they ga...

Cursor image for iphone

How to create image for cursor Iphone.. Thanks in advance. ...

add toolbar to tableviewController

how to add toolbar to tableviewController ?? its not working for me NSArray* toolbarItems = [NSArray arrayWithObjects: [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@sel...

Is it possible to redirect the iPhone Mic input (environment Sounds) to Bluetooth Headset?

Can we redirect a live recording, that is audio input from mic to Bluetooth Headset? is this possible? ...

iPhone Dev - need a id from the last view i visited

I need to build a code to track what id i use from an order view, but now i can't get it to work, can somebody paste a sample code to me? i need a TagID from view1 -> view2, so when i'm landing on view2 i can get informations about it and send to users screen. i hove on a little help here :0) ...