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
...
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.
...
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.
...
I'm confused about the concept of "threads" in iPhone development:
Why are threads necessary / useful?
How can threads be used in Objective-C?
...
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...
i want to display output of html file without using uiwebview.please give some sample code to parse html file............thanks in advance
...
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?
...
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...
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...
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
...
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 can I scan links in a PDF Document? Do I have to use Quartz? Which methods/functions?
...
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...
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.
...
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...
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 ??
...
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];...
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...
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
...
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> {
...