Hi all,
I am working on a universal app, I used UISplitViewController in doing iPad application. I followed the Universal app guidelines i.e, i keep base SDK as 3.2, iPhone Target OS ad iPhone OS 3.1.3, Taget device as iPhone/iPad. And i used "Adding Runtime Checks for Newer Symbols" for UISplitViewController and UIPopOverController.
Class…
Hi all,
In my project i have to use youtube api and play only audio of the video. We must not show the youtube player. Is it possible to play only audio without showing video using youtube api?
Thank You
Hi all,
In my application i have to access to access my iPhone Address book and i have to get only favorites from my contacts. How can i do this?
please help me.
Thanks in advance.
Hi All,
In my project i have string suppose NSString* str = @"$ 120.00";
From the above string i am getting every individual character, Now i have to get all integres in the string i.e, $ is not a integer so i dont want that, "1" is a integer i want that like this . How can i do that can any one help me
Thank you
Hi
I have an NSMutableArray of objects, let's say 'Person' Objects. I want to sort the NSMutable Array by person.savings i.e if suppose person having savings 1000,1050,500,1200,2000,1050 i want the Array in the ascending order.
Thank You.
Hi All,
In my project i using LibXml to parse data, when i select a row in first controller i will take to next conttroller where i will get data using libxml if i click on the back button while loading the page i am getting exception. if i click afetr loading is completed it is working fine ca any one help me.
the exception is showing…
Hi All,
I downloaded latest SDK xcode_3.2.2.2_and_iPhone_SDK_3.2_final.dmg from apple site. I uninstall the old SDk and double click the .dmg file then i got a popup stating that "The following Disk Images couldnt found" and "xcode_3.2.2.2_and_iPhone_SDK_3.2_final.dmg
is not recognized".
I am using OS 10.6.3
…
Hi Guys,
I would like to validate the emails and the phone numbers in my app.but I dont have any idea to implememnt this.can any one give me suggestions how to implement this with a sample code.
Anyone's help will be much appreciated.
Thank You
Monish
Hi all,
Is any one have an idea to how to implement a password protected PDF file in iphone sdk. I mean to I need to create a password pdf file from my application.Please help me.
Any one's help will be much appreciated.
Hi all,
I am getting this error "Command /usr/bin/codesign failed with exit code 1" when compiling the build i kept the source to "Device 3.1.3"
Please help me out
Thanks
Hi All
In my project i have a list when select on a item it will take to next controller using PushViewController. When i go there i will get data using libxml parser. But when i am clicking on the back button while loading it is showing exception. So i want to disable back button action till loading of data is…