0
votes
2answers
32 views
to change months to exact days?
hi,
i am using following code to get months correctly....it returns correct data..but it gives
2 months when i get from two dates...suppose if i give two dates like janauary to mar …
0
votes
2answers
23 views
How to get the app store icon glass effect on a webpage?
Is there any simple way to display the icon for my iphone apps on my webpage the same way they look in the appstore (i.e. with the glass effect and preferably with reflection)? I h …
1
vote
1answer
16 views
Wi-fi connection iphone
I want to find, and list name of an available wifi connections in tableview...Reachability code can determine whether the wifi connection is available or not... I want to find nam …
1
vote
1answer
23 views
iPhone - NSString value not being set.
Inside of a UIViewController, I am executing the following:
TVController* stopTimes = [ [ TVController alloc ] initWithStyle: UITableViewStyleGrouped ];
stopTimes.tableView.frame …
1
vote
1answer
30 views
IPHONE: I have this line on my instruments… should I worry?
I have this line (see picture) in my instruments while analyzing objects allocation.
The line says 1.17 Gbytes of overall bytes??? what does it means? Should I worry?
0
votes
1answer
11 views
presentmodalviewcontroller navigationcontroller
i have call a uiviewcontroller using presentModalViewController, from that uiviewcontroller i need to call another uiviewcontroller. How can i achieve this. Pls help me
0
votes
1answer
17 views
Use a Plist dictionary for App settings
I want to be able to use a plist for settings Im implementing in my app. I want a dictionary "Settings" to hold my arrays, such as "Debug", "Option 1", Option 2", etc. How would I …
0
votes
1answer
12 views
iPhone How to programmatically handle SMS/Call alert notification
I'm having some problems with SMS alerts and call notification freezing up the video player. I'm currently displaying a video using MPMoviePlayerController with movieControl Hidden …
0
votes
1answer
20 views
Array storage in sqlite
Hi,
I am new in iPhone development.I need to store a set of scores in integer (array of scores) for a player.How can i store an array in a single column.I am using sqlite database. …
0
votes
2answers
18 views
tell pure touch event and pure gesture event apart?
I am doing iphone web development and I've noticed that: gesture events can also be touch events, which means a touch event handler also fires up when there is a gesture event.
An …
1
vote
2answers
28 views
iPhone: Quartz2d vs. OpenGL ES
OK, I'm still brand new to iPhone development. I have a free game on the app store, Winner Pong, but it's just a Pong clone (who would've guessed) that uses the standard UIImageVie …
0
votes
1answer
11 views
make a timer count down and score displayed on the screen in Cocos2D
Hi everyone
How can I apply a timer count down in Cocos2D and the score counter that both will be display on the screen?
I am still new to this
Please help me out
Thanks a lot …
1
vote
1answer
18 views
Core Data - Large Datasets and Very Long Load Times
I've got about 5000-7000 objects in my core data store that I want to display in a table view. I'm using a fetched results controller and I haven't got any predicates on the fetch. …
0
votes
1answer
16 views
IPHONE: How do I extract the RGB channels of a UIIMage?
I have an UIImage with alpha channel.
How do I extract the RGB channels of a UIIMage, each one to be an independent UIImage with alpha?
thanks in advance.
0
votes
1answer
14 views
UITableViewController.view crash
So I'm trying to use a UITableViewController (let's call it homeView) in my iPhone application to display a simple table with only a few rows of text which are loaded from an NSArr …
