I have created a iPhone application and got successfully approved by apple. The application has been uploaded in my company's developer account.
Now my client wants access to see the sales report. I cannot give him my company's developer account log in details because the account has many applications other than my client's.
Is ther...
Hi,
I am developing an application in which I am using a login form at first screen. If the user is new he is takne to the signup form and after that he is also taken to the home page as a normal user.
Now my question is "If the new user presses back btn, how can I direct him back to the login page and not to the sign-up forms and all ...
Looked intoUIKeyboardAnimationDurationUserInfoKey but I just can't find anywhere how to set it to a custom value.
...
Hello,
I have MainWindow.xib in the application.
In the Interface Builder, I rotate the main window from portrait to landscape and than put few UIControls on it.
Than I save it.
After that when I run the application although during design time I made everything in landscape mode, it always displays things in portrait mode.
Please he...
How to set different icon image for each cell in the UItable View.
...
Hello all
ive been looking at some tutorials on a toolbar they all are implemented through the navigation controller delegate. Is there a way i could use the toolbar without using the navigation controller?
right now i have a ViewController with a Scrollview in that scrollview i have images when the user uses a touch gesture then i w...
I want to developed a application in iphone with objective-c that is retrieve all call details That we can show incoming, outgoing and Missed call. can this is possible that we can do this.
...
Hi,
I have code snippet,
which is like this...
#import <sqlite3.h>
@interface DatabaseClass : NSObject {
sqlite3 *database;
}
@property ( nonatomic, retain ) database;//////this//////
@end
In the implementation file;
#import "DatabaseClass.h"
@implementation DatabaseClass
@synthesize database;//////this///////
@end
My...
Hi,
I was wondering if there was a way to make OpenGL ES render a batch of quads (rendered with texture page changes) and render them in z order (or reverse).
Note I don't want a ZBuffer, I just want quads rendered in order of zDepth.
Now I know people will say just render them in order, well I render grouped by texture page. However ...
I am testing to see if i get push notification or not.so i created a account on urabnairship.com.when i send the message it says ok we sent the message but i cannot get any message on my device.does someone knows about using urbanairship.i have iphone 3g and i've turned off 3g and airplane mode and wifi is turned on.I am getting device t...
I want to know that how do i find that my push notification certificate is wrong.I am getting devicetoken on my device but doesn't getting any notification.
...
I have a UITabBarController as part of my app delegate and I want to trap when the user touches a specific tab (the favourites) and force the table within it to reload the data.
What would be best practice in this instance?
I have added the UITabBarDelegate protocol to my app delegate and implemented the didSelectViewController method....
I want to implement application in which I want to purchase other application from my application. Can you provide me guidance about that or any sample code for that?
I have made one application and suppose right now is in the apple store. Now every month I want collect payment from the client for this application. Then how to make this...
I'm trying to recreate the look of a UINavigationBar. The background of the bar is drawn using a gradient, but it's unclear exactly what the default colors and points are in it. Has anyone done anything in this area?
...
Hello,
According to the Apple Core Data Tutorial, in order to use Core Data you have to:
In the Options section, select the switch to use Core Data for storage.
How do it for an existing project? Do you have to import some files? Can that setting be activated later on?
Thanks
...
I feeling that the UIPickerView of iPhone is good idea and easy to use on touchable mobile phone. I am strange that why Android SDK do not provide the same effect widget ?
or maybe coder have to clone it on Android ?
any help ... thanks ...
...
Hello,
i want to jump balls in a specific field in the view,
the problem is that i don't know how to define the positions of this field area and movement.
also
here is the code that i use to move the ball in the entire view (the ball object is a uiimageview on the view).
thanks.
-(void) onTimer {
ball.center = CGPointMake(ball.cent...
Hi,
I've been searching around the web for an answer to this one, but was unable to find an answer, on the other side I think it's something quite common thus there is a possibility I'm missing some keywords here. Anyhow, the problem is as follows:
When is control given to a callback function in ObjC (iPhone)?
Does it happen after con...
What are the options for syncing an iPhone App's data with that of a Desktop application on either Mac OS X or Windows.
So far I have come up with:
iTunes plugin (Windows and Mac OS X)
iSync (Mac OS X only)
The "Cloud"
...
hey all,
i've got an annoying problem in my tabelview..i was able to achive color-changing cells (blue/white/blue/...), but now i'm in trouble with my text which has a white background on the blue cells.
i've tried for testing to set a background color to red
// try to set the backgroundcolor of the text ???
cell.textLabel.text.b...