Hi all,
In my application, I'm trying to cache data for which I'm saving all the objects in sqlite database in applicationWillTerminate call. This method is getting called whenever I'm pressing home button on simulator, but I want to debug the code inside the method, is it possible?
Or else I'll debug the code somewhere else and use it...
Hi,
I have recently switched my application to SDK 4.0. Now i am compiling my application with SDK 4.0 with deployment target OS 3.0. and i have facing a strange issue/bug.
Some times when my application resumes from background. it does not calls the applicationDidBecomeActive method .... is anyone else facing the issue ?
what is the...
I need to create a rich text editor (for text alignment, fonts, text and background colours, bold, italics, underlining etc) for an iPhone and iPad app. How should I accomplish. I have heard of storing the data as HTML and rendering it in a UIWebView, but how can I allow the user to edit the data without having to interact with the HTML ...
Im still kind of new to objective-c and english,I am wondering the following question
I created a sub thread for something,but it may be blocked in somewhere.
so I set a timer for 10 secs to kill the sub thread in case that it is blocked.
The question is 'how'
PS:is it possible to user performSelector:onThread:withObject:waitUntilDon...
Hi,
I have an Xcode project that uses hundreds of resource images. I have, accidentally, not copied about half of them into the project folder.
Is there away to export my project and copy/consolidate the resources to a new project folder?
Otherwise I have to individually copy and update the files manually.
Thanks.
...
Hi,
I'm drawing an image... but my problem is that if there's another imageview in the view, my drawn image (green circle) is not visible, seems it's a lower layer than the imageView.
First, what I've do is that I subclass UIView, MyDrawView, in this is class I do the drawing functionality.
Then, I set in IB the view to be MyDrawView....
As we are developing an iPhone app for a customer and he wants to charge for that app, we are wondering if it is possible to have multiple bank accounts in iTunes connect to have the revenues directly on the customers bank account. Whats the best practise for that?
Many thanks in advance
Stefan
...
Hello,
iPhone 3.x:
I have a requirement is that, view Multipage document(.doc), excel file (.xls), power point (.ppt) from my application. I thought, i can develop a UIWebview where user can browse the page and get the word document downloaded there and see it. Is it the right way of doing? How much is the effort required to code it? O...
Hello Guys,
I just integrated the photo viewer from three20 framework. Its working fine but some time images are overlapping, that ia happening only for thumnail image while original image is perfectly loaded. Till the original image loaded , at that point of time images are overlapping.
Did any one face this problem and have any solu...
Hi,
I am handling local notification using
- (void)application:(UIApplication *)app didReceiveLocalNotification:(UILocalNotification *)notif
To schedule local notification
- (void)scheduleNotificationWithInterval:(int)minutesBefore {
UILocalNotification *localNotif = [[UILocalNotification alloc] init];
if (localNotif == nil)
...
HI
can u send me sample code to add the data to the .plist. .my plist was in this format as follows.kindly help me out
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<string>http://localhost:8888/sample</s...
I use just UITableViewCell.
it occur only in real device(version 3.1.2)
and in simulator(version 3.1.2) doesn't have any problem.
thank you for your advice.
here is my problem image (I'm new in here, so I can't attach image)
http://www.freeimagehosting.net/image.php?00252c143c.png
...
Hi,
I have a UIView, which contains a UIImageView subview. The subview fills the parent view frame. I am zooming the parent UIView from a point in the center of the screen, from a width and height of 0, 0 up to full size. The subview won't stretch to fill the parent. It just remains full size the whole way through.
I've tried various c...
This is an HTML / CSS / JS (jQuery) iPad app. I've got a button, that slides down an input form. I'd like to focus the user on the input, and then launch the keyboard.
This is what I'm working with, but doesn't work:
$('#myFormField').focus();
This does indeed focus the input, but fails to launch the keyboard. Is it just not possibl...
I'm getting a dictionary representation of the current settings in NSUserDefaults, as NSDictionary.
That was pretty easy using the -dictionaryRepresentation method. However, I need to write that back again. I couldn't find a method to do that easily. Maybe it's just too hot in my office?
...
I want to develop a system that a Iphone application can access my database through the wcf service. I am new wcf services and i want to know which service should i make (rest or ?) and why and they communicate with each other?
...
I am using a UIWebView in a Tab Bar application and I am having a <video> tag for some m4v clips. I have the desired behavior so far, however when the device goes from portrait to landscape, the video (and the controllers) remain as before.
I am not 100% sure, but I suspect that the UITabBarController is "locking" the orientation change...
The value of BOOL in objective C is always NO(by default). But recently I encountered a case where the value of BOOL variable was returning YES (by default). Can anybody explain this to me ?
...
Hi,
When I build my project, I get some warnings about some missing files, but I don't really know why ...
Most are from SDK, but there's one very strange:
ld: warning: directory '/Volumes/Skiiing2/CD/ViewBased/Unknown Path/System/Library/Frameworks' following -F not found
ld: warning: directory '/Developer/Developer SDK 3.x/Platforms...
Hey Guys,
you know, i'm searching for a way to move items via mouse-dragging (as we know from several slider plugins) handled by JS which will work on iPhone and iPad Browser too?
hope anybody can help me.
thanks a lot!
...