i have a tableview which has 2 rows each containing an array of count 5 and 1(any number entered by user)... if the total count is greater then 4 i want to disable the next view..the problem is i am not able to add both array counts so as to use it to disable the next view...wen i use cellforRowatIndexPath method it gets me count of arra...
In one view during a function call i am assigning 1 to a flag...when i navigate back to previous view i want the the flag value to be retained to that view...how cAn i do coding on the button that appears on the screen to navigate back to the previous screen might be able to do it or is there any better solution???
...
I had a mutable array of size 15.
The array has different radius values.
I need to divide the circle into 15(array size) divisions
And draw each arc with the radius from mutable array.
...
How to read iPhone system files using file management functions?
...
i recently finished one project..now when i create a new navigation project in xcode and try to run it in simulator the application crashes and error in debugger window shows that i am missing some classes which i had used in my previous project(not in this one) and in some cases it gives
Couldn't register com.yourcompany.GuessGame...
hiii all.i am trying to conect iPhone to mac via bluetooth but reading blogs i thought it will be ahuge task ...is it like that?
can someone please give me some guidance about from where i can start and how should i really go?
...
do u know which URL for getting iphone digital certificate . i don't the rules for get?
Seeking some link they told $99 paid. But where? what rules ? nothing see . So Could u refer correctly?
...
Trying to draw a shadow using code from this question: http://stackoverflow.com/questions/805872/how-do-i-draw-a-shadow-under-a-uiview
I implement it in a UIView subclass as discussed, but when I try and use it using UIView *shadow = [[ShadowView alloc]initWithFrame:CGRectMake(100,100,100,100)]; I get only a black square, rather than so...
I currently have a UIWebView that is displayed within a modal view. It is basically a detail view that provides a view of a page when the user clicks a link. When the view is dismissed and then brought up again (when the user clicks another link), the previously-loaded content is still visible and the new content loads "on top" of the ...
Does anyone know how to create simple iPhone app using bing maps?
...
I have some data i want to add in to my app...about 650 categories (includes a name + id number), each with an average of 85 items (each with a name/id number).
Will the iPhone support such a large plist? I want to first display the categories in a UITableView, when a category is selected I want to display all of the associated items. H...
I have a pdf page displayed with CGContextDrawPDFPage.
I want to keep this page shown and have an image slide in from top over this page, just as it can be seen in the iBooks application.
It's a book, the sliding image is a bookmark that slides in when you are about to close the book.
What is the best way to go about implementing this...
Hi, I purchased Amazing Slow Downer for iphone. It permits to change audio speed without changing pitch. Could someone please help me in finding the source code for obtaining such a function.
Thank you
Mauro
...
Hello,
I am trying to compile the Enet source code into my code framework for iPhone games. After modifying the header files I get it compiling and linking, but I absolutely must be compiling with the "Compile Source As" set to "Objective-C++" in my xcode project (because the framework code requires this). When I flip this switch in my...
When I create a Navigation-based application, the second view controller is created with initWithNibName, if I add a label onto the second view and connect it with IBOutlet in the second view controller. After I navigate to the second view by clicking table cell, and then back to the root view, the application aborts - send message retai...
I am using core data trying to create a simple database app, I have an entity called "Game" which has a "creator". I have basically used the iPhone table view template and replaced the names. I have the games listed by creator. Currently the tableview looks like this...
Chris Ryder
Chris Ryder
Chris Ryder
Chris Ryder
Dan Grimaldi
Dan G...
hello all,
i want to develop an application which deletes rows from a table view when somone shakes the iPhone,can someone suggest me how to proceed
...
Hi All,
I have a tableview displaying data using a custom UITableViewCell(say cell1). On touch of a row, I change the custom cell to another custom UITableViewCell(say cell2). Also I increase the size of row of the selected cell to accomodate, more items of cell2.
My problem is that the approach works fine when the number of rows in ta...
I am using an UI search bar into my iPhone application, I would like enable Cancel button of Search bar at the time of view did load but not able to do so as its gets activated when a user starts editing the search bar. To be more precise I would to achieve the serach functionality that has been provided by Apple in Stock application
...
Hi:
For executing a shell command I'm using system("ls"); command. Is there any way I can read the output?
...