Hi,
I am using UITextField to get login and password from a user and then i use web service to send XML file using SOAP to a site and after successful authentication the user logs in and another screen is displayed. The next screen has a button to redirect to the previous screen where user can again enter login and password.
I enter lo...
i am getting a crash issue(it is due to low memory) while picking up the a large image (3.5 MB) from the photo library in iphone 3G. The problem is only with iphone 3G while it is working fine in iPhone 3GS and iPhone 4. I am saving this image to my iphone library from my email, and it seems that the image saved to the library is not get...
I have a scene called CongratsScene which is loaded something like this:
[[CCDirector sharedDirector] replaceScene:[CCFlipAngularTransition transitionWithDuration:0.8f scene:[CongratsScene scene]]];
For some reason I am not able to add the menu to the scene. Here is the code:
+(id) scene
{
CCScene *scene = [CCScene node];
...
Hello,
I've recently been trying to incorporate an intensive sound management class, where sound playback precision is a must.
What I'm looking for is the option to load a sound, set the playback starting position (or playhead), play for a certain time, pause the sound, set the 'playhead' position to a new interval and resume playback a...
Is it possible to send image when sending a push notification to iphone/ipad device ? ie. when normally a notification received to iphone it is either of the alertview form or badge form, but i want to also show image with notification message. Is it possible ??
...
Should I use initWithURL or NSRequest to download an XML file when using NSXMLParser?
I'm downloading a feed and I'd like to get progress information for my download.
...
Just realized there are big differences in the AppleGothic font on different on iPod / iPhone 3G and iPhone 4 devices.
Does anybody knows how is possible that the same embedded font renders so different?
...
Hi,
I have a core-data object "entity" with 2 fields - "name" (a NSString *) and "type" (a EntityType). EntityType is another core data obect with 1 field - name (NSString *).
I am creating and deleting an entity object using the code similar in functionality to the following code -
Entity *e1 = [NSEntityDescription insertNewObjectFor...
I have a UISearchDisplayController in the Header section of my UITableView. I would like to display an iAd right above that. How can I accomplish this?
...
Annoyingly, when you have an HTML5 video on an HTML page, loaded inside an UIWebView, it opens the native player to play that video when you finally press the play button.
Is there a way to access that native player so I can either override the aspect ratio or hide the controls?
I tried checking all of the views that were added to my U...
How can I add a UISearchDisplayController to a UIView? Interface builder won't let me.
...
What is the best way to allow the user to access their music library and play their own music within an app?
Does it call the library and when the user is done it dismissing the window and returns to the running app or how can this be achieved?
...
Hi,
I am having a problem in iphone 4. The images used in iPhone less than 4 are fine but when I upgraded to iphone 4 the images looks distorted.
Here is the link.
The image size I have used is 320 x 480.
http://img822.imageshack.us/img822/8431/download22.png
Thanks.
...
Hi,
I am creating one app in which I need to view pdf, word, and excel files. Can I view these files without using web view? Can anyone provide me with sample code for doing the same.
Thanks
alisha
...
I came across this great app Text2Speech and I am curious how it is possible to do something similar. It looks like they have something on their servers that actually makes the call, in other words, the call is not originated in the Iphone running the app, but in the app server side. And somehow they manage to show my phone number in the...
I am doing some dev work for a client. She has a Dev License should would like to put the app under but since she is non-technical it has been frustrating since she has to be the one to submit the final app.
Is there a way for a Dev License to have multiple Admins? I have it configured so I am a developer but as such I cannot do the Di...
I have a home-rolled static library to which I link my iPhone app. Works great in Debug mode for Simulator, armv7 (iPhone 4), and even in my unit test app in OS X (GHUnit). However, when I try to run debug my app on my iPhone 3G with iOS 3.0, no dice. The app dies in runtime when it tries to access my library classes.
Both the app & lib...
When I run my application I can see my iAd in the simulator, that is pre-filled with "Test Advertisement"
However, when I run the application on my device, the iAd area is blank, with no pre-filled ad.
Why is this?
My iAd is in a UITableViewCell:
#import "iAdCell.h"
@implementation iAdCell
@synthesize adView;
- (id)initWithStyle:(...
I have a flipView class that I allocate and initiate. But, when I release it the app crashes. If I don't release it, the app works fine, so it seems. The error message I receive when I release it is:
Malloc - error for object: object pointer being freed was not allocated.
If you could please assist me, I would be grateful.
- (IBA...
Hello all,
So I have a popover being presented from a barbutton. However I am having some rotation issues when a modal view is being displayed over it. The view inside the popover is not rotating properly. I have all of the delegates set to yes, so it should automatically handle this. This is only happening when that modal view is b...