0
votes
1answer
26 views
crashed on iphone but not on simulator
It is really mind boggling to find out many differences between the iphone and the simulators. I spent several hours trying to figure out why my application ran on the simulator bu …
0
votes
1answer
22 views
iPhone dev question: NSMutableURLRequest, cannt set the _GET to my from in php
Hi guys,
I have a php form, that is working. With that form I connect to a DB, where i get data out. :-)
When I use the form from my Mac/laptop, i can enter the sata and I get th …
0
votes
1answer
20 views
Run-loops and threads in Apple’s CocoaXMLParser example
In the CocoaXMLParser class of Apple's CocoaXMLParser example, the following code appears:
rssConnection = [[NSURLConnection alloc] initWithRequest:theRequest delegate:self];
[se …
0
votes
1answer
17 views
How to convert NSDate to NSString?
I want to convert NSDate to NSString?
How 's that possible?
I tried this , but it didn't work (generating Exception) :
NSString *dateToString=[[NSString alloc] initWithFormat:(NS …
0
votes
2answers
13 views
Grouped style setting not taking effect from IB, UITableView
I've created a table view in an iPhone app using Interface Builder (IB). My table style is set to Grouped, and displays that way in IB. However, whenever I build and run, it shows …
0
votes
0answers
13 views
Developing WYSIWYG UI/Controller on iPhone
I'm trying to develop a really good and cute looking text message input controller like TTMessageController from three20 but with some simple WYSIWYG controls. For the first step I …
0
votes
1answer
13 views
addding navigation bar in tab bar
i have a tab based application with navigatoin bar . but this navigation bar has a image which covers whole navigation bar.how should i program it to add the navigation bar with im …
0
votes
1answer
14 views
[iphone] sql won’t add new entries. :(
Hey,
My function won't add any entry to my existing sql database. Any ideas?
sqlite3 *database;
sqlite3_stmt *compiledStatement;
if(sqlite3_open([databasePath UTF8St …
3
votes
1answer
53 views
How to optimize Core Data query for full text search
Can I optimize a Core Data query when searching for matching words in a text? (This question also pertains to the wisdom of custom SQL versus Core Data on an iPhone.)
I'm working …
0
votes
1answer
11 views
TabBar and selecting the default TabBarItem
Hi all,
In my iphone application I put a UITabBar (not using UITabBarController) in the bottom and put four TabBarItems(created IBoutlets -so that i'm able to track which item is …
0
votes
0answers
15 views
A mask on the web view when you click
I am doing iPhone development with some quick tool that enables you to use HTML,CSS,JS. My testing code is mainly a web page with some JS CSS, but I found that when I click on the …
0
votes
1answer
18 views
Can’t sent csv file attachment with mail
Hi,
I have used the MFMailComposeViewController to send the generated report(csv).
Now mail is sent to To:email id, & but when i checked the mails i did received the mail but …
0
votes
1answer
17 views
how to handle multipleViews from one application delegate?
i'm creating a login for my application which is in table view.On success i want to load the table view and on failure load another view.. should i use two appdelegates or one woul …
-1
votes
2answers
27 views
How can I use web services for iPhone?
How can i use web services and also connect to the server in iphone?
0
votes
4answers
35 views
Cocos2d - Shooting Game Problem
Hi,everyone, I made a shooting game just like 1942(classic shooting game),but here's the question, FPS drops to 5~6 when the fighter shoot out a straight line of bullet,about 7~8 b …
