I am making a call to a web service, the results of the web service are in a form of a string, separated by delimiters.the result string is 1|101|Y|103|Y|105|Y|107|Y|109|Y|112|N|114|N|116|Y|
Now I tokenize the result string, the first token is 1, and based on this value I display the next menu.
If I do an invalid log in the result is E...
hi,
i want to get video from some URl,how can i get it and save it in to iphone Videos folder
with different name?any help please?
...
Hi,
I am implementing In App purchase in my application.
What I want to do is that I have few features that are locked and once user click that feature it will ask to buy that product and once they buy, the feature will be unlocked. But before that I have to check whether that particular product is already purchased by the user or not....
I know that it's possible to add an observer for notifications with the com.apple.iTunes.playerInfo identifier, but this only seems to include events for music related events.
I also know I can find out when iTunes closes by adding an observer for NSWorkspaceDidTerminateApplicationNotification.
But is there an NSNotification for the st...
Hi,
I want some animation stuff when the button is touched, before displaying the view.
Infact How to make the view come from left to Right, & Top to Bottom, flip left, flip right, curl up, curl down when opened?
any sample?
Thanks in advance.
...
Hi
I was wondering why everything stops behaving as it should when I do something like this:
self.navigationController.navigationBar.tintColor = [UIColor blackColor];
All my buttons on the navigationBar are now black regardless of style, like this one below, it should turn up as a blue button:
UIBarButtonItem *editButton = [[UIB...
hello,
I am writing an application in Objective-C whose functionality is to call and execute another application.Pls can i know the procedure???Let me also know where i need to keep the calling application which has to load and execute???
...
im getting a "CFDictionaryAddValue(): immutable collection 0xd5aea0 given to mutating function"
error when i try to write a string to a file using the follwowing code
NSString *xmlString = [NSString stringWithString:xmlData];
NSError *error = nil;
if ([xmlString writeToFile:filePath atomically:NO encoding:NSASCIIStringEncoding error:&e...
Hi!
I am working on a iphone/Ipod touch project involving saving and fetching data from an sqlite database. It is working fine, but at some points in development i get this error (when the app starts):
erminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSKeyedUnarchiver initForReadingWithData:]: inco...
i'm download DrillDownApp example project from iPhoneSDKArticles
i have a problem when i'm try to add menu page
before load MainWindow.
i can't load [window addSubview:[navigationController view]]; on other class except on DrillDownAppAppDelegate.m
could you explane me or give me some tutorial how to add menu page on DrillDownApp plea...
I'm currently working on a game for the iphone, where images are loaded from the internet and then stored in the local database so they do not have to be loaded again. This has always worked fine.
Recently I created a new adhoc distribution for the testing group (the first time I created the distribution using SDK 3.1.2) and now everybod...
Guys which Database is Support apple iphone application and is Database similar to Oracle and Sql etc..,
Let me know About Apple iphone database .
please give me any example appliccation to know the process ..
how to connect Application to DataBase
for instance i have a USername , Password and there is a Submit Button , when i hit the...
I'm adding an Image View in Interface Builder with a transparent PNG (A logo in the Navigation Bar) but the transparent pixels seems to render as white..
I searched for PNG in Interface Builder but no luck. any tips?
...
I have a View based application that navigates between all views properly. And now I have to add a UITableView to this application, I am unable to do that.
I could add a UITableView, thats fine, but no idea about adding data source to it. I searched a lot and found only examples begin with navigation based applications. I have created a...
I have trying to build up a PDF viewer kinda app in Iphone. My doubt is that at the last section of the pdf parsing, they have given an example which shows each pdf page being converted to stream and being scanned. And they use operator call back functions with the help of operator table. I want to highlight a word in a page.
My doubt ...
Hello all,
I am using a private MBProgressHUD
Now I am using the indicator view on my add button in which I am calling my addrecord service .
UIWindow *window = [UIApplication sharedApplication].keyWindow;
HUD = [[MBProgressHUD alloc] initWithWindow:window];
// Add HUD to screen
[window addSubview:HUD];
// Regisete for HUD callb...
Hey all,
i deployed my App to my iPhone and get
Unknown error calling sqlite3_step (8: attempt to write a readonly database) eu
on Insert / Update Statements.
On the Simulator it all works like it should.
My sqlite Database is placed in the Resource Folder (Xcode).
Thanks for help!
...
What is sqlite3_prepare_v2 statement?
why we write this BOVE STATEMENT?
tell me different parameters for sqlite3_prepare_v2.
...
Hello,
I'm running into a character encoding issue when I load a dropdown using jQuery from an external js file. This only seems to happen when the JavaScript object is not within the page.
For example the below is the JavaScript object.
var langs = [
{value:'zh-CN', text:'中文 (简体) Chinese Simplified'},
{value:'en', text:'English'...
Hi,
I want to display list of people in the iPhone's address book with atleast one email address. Can someone please explain how can I filter this using the AddressBook framework?
Thanks a lot
...