Hi,
I have a doubt in developing apps for iphone,
Can I develop authentication page(with secure login id and pwd) through which I can load my webcontent.
Does apple allow applications having login credentials or not?
Can anyone please let me know this.
Thanks in advance..
...
Hi,
I downloaded few images from google and converted them to PNG using the windows paint (xp) application. Later i copied them to my mac machine and deployed the application with my new image. It is properly displayed in the simulator. Later I connected my iphone and deployed on the device. All images are displayed except this one. Wha...
Hi ,
I there a way to localize To:, Cc/Bcc: and Subject: titles in MFMailcomposerController? Or customize them?
TIA
...
Hello,
In my app I move the table view (in order to make the text fields visible when the keyboard appears). The view is looks following:
This is the code I use for resizing the view and moving it up:
static const NSUInteger navBarHeight = 44;
CGRect appFrame = [[UIScreen mainScreen] applicationFrame];
tableView.frame = CGRectMak...
My table header labels shows up ok with Release build or Debug build for the iPhone simulator, but the table header labels only show up with debug build on the iPhone. No table header labels show up on the iPhone for release build.
Any ideas?
Thanks,
Robert
My code for the header is below
- (UIView *) tableView:(UITableView *)table...
Is there a high level library that handles complex gestures l ike detecting triangles / loops / circles? Is it even possible to build such a library with what Apple already has?
Thanks,
Teja
...
my application is working fine in simulator but when i tried to build it on ipod it is giving some error i.e., "_OBJC_CLASS_$_GDataServiceGoogleSpreadsheet", referenced from:
__objc_classrefs__DATA@0 in spreadsheetViewController.o and
"_kGDataGoogleSpreadsheetsPrivateFullFeed", referenced from:
_kGDataGoogleSpreadsheets...
I'm trying to send multiple notifications using my PHP script. But after sending about 50 or so out of the 10k users, I get a broken pipe warning. I'm not sure whether that message is sent.
From various other posts, I learnt that it could be because of a invalid token. However, my feedback service returns no invalid tokens. (ssl://feedba...
Hi,
I need my application to be considered localized in order for MFMailComposer to present its fields in localized language. I don't need to localize any strings or xibs. What is the minimum I need to do in order for my application to be considered localized?
TIA
...
Hi,
i'm new to iphone development. I spend several days by looking for how write muliview app for an Iphone OS. I found how to switch the diferent views without navigation hierarchy (in this article). It's great, but i want more complicated function.
For example, i have three diferent views (view 1 - 3) and i can switch between them w...
Here is the viewDidLoad:
[self.view setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"bg.png"]]];
It can show the simulator, but not on the device, why?? thz.
...
Hello all
I was wondering how it's possible to find out if an image in the iPhone photo library is isotropic or anisotropic. Basically how many millimeters each pixel measures in height and in width.
In JPG images the information is hardcoded into the data stream so it's possible to do by simply pointing a const char* to the image fil...
i want multiple back buttons for the view i have click through , i saw this tutorial before, but now i can't find it anymore, can someone help me please
for example i have view1 with button, after i click it the navigation controller
will push to view2 , then on the navigation bar we have view1 (back)
button which can go back to view1...
Some one please help me with this. I am developing an iPhone app and have stared with View Based Application. I have buttons on my root view screen to take user to other views with their own nibs and classes. On one of those views I need to display a table getting data from SQLite database and then display detail of the selected item dep...
Hi.
I made two applications that each one of them is tabbar based.
Now I want to combine them to one app that will be struct like that:
-Main menu with 2 buttones.
- button 1: tab bar app no 1.
- button 2: tab bar app no 2.
from each tab bar app, I want an Home button on the left side of the nav bar that will take me to the main men...
how do parse this data string using json parser {"product": ["collection1", "collection2"]}
...
I have a couple UIViewControllers that I am trying to access an array inside my AppDelegate. When I use an IBAction UIButton and in that method I access my AppDelegate my program dies silently. Nothing in output or the debugger, it just stops. If I run it several times I can see that it is failing to access the array properly.
To invest...
For demonstration purpose, i need to simulate the user location in a Mapkit view.
It seems that it is possible with an undocumented API to place the blue dot anywhere on the map view.
Unfortunately, i don't know witch undocumented API to use ?
Any help ?
...
Whenever a user begins editing a UISearchDisplayController's search bar, the search controller becomes active and hides the view's navigation bar while presenting the search table view. Is it possible to prevent a UISearchDisplayController from hiding the navigation bar without reimplementing it?
...
Hi there,
I've got a code snippet here that I can't make working.
NSUInteger i;
//NSMutableArray *textures = [[NSMutableArray alloc] initWithCapacity:kNumTextures];
//NSMutableArray *texturesHighlighted = [[NSMutableArray alloc] initWithCapacity:kNumTextures];
NSMutableArray *textures= [[NSMutableArray alloc] init];
for (i = 1; i <...