iphone

Conditions based upon selected target

I have a multi-app project which is determined by the Target. Is it possible to have a conditional statement to determine which target is selected. I.e I have 2 variations of a similar controller but want to display the relevant one depending on the target Im hoping for something like the #if/#endif ...

How to create drop down list box for an iphone app

Hi, I need to add dropdown list box for an iphone app. I couldn’t find this object in the library. Instead there is picker view, but i need compact object like dropdown list box. Please suggest me how to add or create this. Thanks in advance. ...

which iphone device i have to purchase

hi i am new to iphone.i am doing a simple application in ipone sdk 3.0.Now i have to buy iphone device to check my application.But there are iphone 2G,iphone 3G ... like lot of devices are there.Can any one pls suggest which device i have to purchase that of low cost with support of all versions iphone sdks.Thank u in advance. ...

How does multithreading work in Objective-C on the iPhone?

I'm confused about the concept of "threads" in iPhone development: Why are threads necessary / useful? How can threads be used in Objective-C? ...

iphone : random EXC_BAD_ACCESS with NSURLConnection

Hi guys. I sometimes get crash reports about an EXC_BAD_ACCESS with NSURLConnection (i guess it's about NSURLConnection according to crash reports). I found a question here on StackOverflow with the same kind of report but nothing helped there :/ (http://stackoverflow.com/questions/3111051/nsurlconnection-causes-bad-access-crash); i tr...

html parser in iphone

i want to display output of html file without using uiwebview.please give some sample code to parse html file............thanks in advance ...

XCode Interface Builder iPad/iPhone

Just a silly question that just cant figure out. Ive been working on iPad apps for a while but now Im back on an iphone project. I created an iphone 4.0 sdk based project but when i double tap on a xib file, IB comes with iPad layout and i cant figure out how to switch it back to iphone layout. Anyone? ...

FBConnect iphone : I coud'nt get Photos albums for some account ?

Maybe someone can't help me. I use the last FBConnect (http://github.com/facebook/facebook-ios-sdk/) for Facebook connexion. And I retreive the list of photos albums for the user. NSMutableDictionary* params = [NSMutableDictionary NictionaryWithObjectsAndKeys:_facebook.accessToken,@"access_token",nil]; [_facebook requestWithGraphPath...

Which App-ID to use when developing for a client?

I'm developing an app for a client who has his own developer account with apple to be able to publish the app under their brand name. So far, I've been using my own account to provide them with preview versions of the app, using an App-ID I created on my account. To upload the app to the store, I'll send my client an archived build of m...

app compatiblity on iphone

Hi folks i am new to iphone apps development.i want to develop Iphone applicaiton.which version i need to use and that should support run older and new version of Iphone. which device is best for testing apps like 2g,3g,3gs Thanks in advance Aswan ...

Consolidating multiple iphone apps built from a template into a single application

Hi all! In lieu of the new appstore review guidelines I am tasked with consolidating our app which is built from a single template into multiple apps. Currently there are multiple targets, one for each app, they are differentiated by the bundle identifier. For example: app1 id is x.y.a app2 id is x.y.b and so forth. My question is...

How to scan links in a PDF document?

How can I scan links in a PDF Document? Do I have to use Quartz? Which methods/functions? ...

Overridden UIPickerView instantiated on simulator but not on device.

Hello all. In my project I have a subclass A of a UIPickerView. In Interface Builder I have a UIPickerView whose type I have changed to my subclass A. In another class B, also defined in my code, instantiated in Interface Builder and linked to A via its outlet, it refers to A with an IBOutlet field A *mySubclass. The problem is this: W...

Theme Design & Development For Mobile Phones

Hey looking out for theme development for various Mobile Devices & Platform: Nokia and Sony have official Themes Creators/Preview and Manual. look for others also. LG,HTC,Blackberry, Android,iPhones,Windows Mobile etc. ...

Webpage that lets user draw a picture - on iPhone

I am making a webpage for iDevices and need to allow the user to draw pictures. There would be a box and they would scribble in whatever they need. Don't need color or fancy brushes. When they are done, I would need some way of collecting that input and getting it back to the server, vector or bitmap format would be fine. Is this possib...

Is it possible to schedule push notification time ? (iPhone SDK)

I want to schedule push notification after some time or say after 2 days 15 hours. So after 2 days 15 hours a notification will be sent to a device. Is it possible ? How ?? ...

MWFeedParser stringByReplacingXmlEntities memory leak

NSURL *xmlUrl = [[NSURL alloc] initWithString:@"http://www.xml-document.xml"]; NSString *converted = [[NSString alloc] initWithContentsOfURL:xmlUrl encoding:NSISOLatin1StringEncoding error:nil]; converted = [converted stringByReplacingOccurrencesOfString:@"&" withString:@"&"]; converted = [converted stringByDecodingXMLEntities];...

Remote launching of iPhone applications (on device from connected Mac machine via commad line)

Hello, I am making an automated testing system which requires to install the app to the iPhone from a script/command line terminal (which I was able to do thanks to an answer to this question (look for "Manual Deployment over Wifi" on the page), and also remote launching of the app using something like: "ssh root@devicename:launch_my_ap...

how to load an html file locally into the uiwebview

i am having problem with how to get the uiwebview loaded with local html file .provide the cod e as well i am having the hmtl file as fp_dis-1.html. thanks in advance ...

How to know when a view is displayed? - Using Burstly for Ad integration

I am trying to use Burstly to serve iAds and adMob ads into my iPhone app. I followed their guide http://docs.burstly.com/guides/ad-serving-quick-start-guide.html Here's a snippet of what I have... MyViewController.h @interface MyViewController : UIViewController <UITableViewDelegate, UITableViewDataSource, OAIAdManagerDelegate> { ...