Tagged Questions
2
votes
4answers
518 views
didSelectRowAtIndexPath not get called
I have a UITableView inside a UIViewController like so:
.h
@interface OutageListViewController : UIViewController<UITableViewDelegate,UITableViewDataSource> {
IBOutlet UITableView ...
2
votes
1answer
545 views
UINavigationController with UIView and UITableView
I'm creating a navigation-based app which displays a graph, rendered with openGL, and a tableview listing disclosure buttons of all of the elements that are displayed on the graph, and a settings ...
2
votes
1answer
2k views
Why won't my UISearchDisplayController fire the didSelectRowAtIndexPath method?
I am having an odd problem when searching a UITableView using a UISearchDisplayController. The UITableViewController is a subclass of another UITableViewController with a working ...
1
vote
1answer
132 views
Loading a subview after clicking a tableCell
So I am trying to add in to my current Xcode project a table view which, whenever you click on a cell, whichever one it is, a new subview is added to the window. I will use global variables and the ...
1
vote
2answers
104 views
loading image dyanmically into tableviewcell
Is there a better way to load images dynamically into the tableviewcell for different rows other than using the if statements? What if I have a lot of cells. does that mean I would have to write a lot ...
1
vote
1answer
202 views
help on sorting NSMutableDictionary strings that are URL images
i want to populate the tablecell with title and imageurl from xml list.
i manage to store the title (NSMutableDictonary *sections )and imageURL (NSMutableDictonary *sectionsImg) into 2 ...
1
vote
1answer
420 views
Push a new view when a cell is tapped in Table View
Hey guys,
I have a Table View that has been populated with 21 data:
- (void)viewDidLoad {
self.title = NSLocalizedString(@"Glossary", @"Back");
NSMutableArray *array = [[NSArray ...
1
vote
5answers
2k views
didSelectRowAtIndexPath with section
I have a UITableView which I have assigned sections. When using didSelectRowAtIndex with indexPath.row I am not getting the correct value. Let's say I'm in section 2, then it starts the row index at 0 ...
1
vote
1answer
132 views
How to navigate to a nib(view) when a cell is pressed on a UITableView(on another nib/view)?
I want the functionality similar to the last tabs in a tab bar (those that are shown in a table after pressing the "..." )
Each points to another view.
My table
page a>
page b>
page c>
I guess ...
0
votes
1answer
28 views
viewDidLoad being called before didSelectRowAtIndexPath
I have
viewDidLoad (of next tableView) being called before didSelectRowAtIndexPath (of current tableView).
I am using a 'singleton' to hold my model and up to now this has been working quite well. I ...
0
votes
1answer
30 views
How to show deleteConfirmationButton on a clicked UITableViewCell
I'm trying to make an UITableViewCell that shows the deleteConfirmationButton (while in edit mode) just like happens when I click at the editing controls but in my case I want it when the user clicks ...
0
votes
1answer
84 views
Unable to trigger UITableView Delegate Method “DidSelectRowAtIndexPath”
Hi I am using a searchDisplayController to filter through my search results. My code snippet is as follows:
- (void)viewDidLoad
{
[super viewDidLoad];
//Set up search bar
UISearchBar ...
0
votes
1answer
36 views
autocorrect in UISearchBar interferes when I hit didSelectRowAtIndexPath
I have a Searchbar that generally works. The problem comes when I test on the iPhone, the autocorrect kicks in. I have the search bar set that if there is text in the query bar > 4 in length,then it ...
0
votes
2answers
147 views
IndexPath for UITableView Not Working
I'm trying to determine the indexPath of the select row of my UITableView so I can pass the relevant data accordingly. Right now it keeps logging 0 no matter what cell I select. Any ideas why? ...
0
votes
3answers
119 views
How to use didSelectRowAtIndexPath in objective-c
I have a Tab Bar with a navigation table view. My app crashes when I select a cell on my table view. I want a new viewcontroller to open when a cell is selected. My guess is that I am not pushing it ...
0
votes
1answer
199 views
TableView fast multiple touch with Xcode 4
I have a strange problem with Xcode tableViews. If I mash my finger multiple times on the same cell, it will stack multiple touches. In my particular case, I am pushing another view controller, but ...
0
votes
1answer
267 views
Objective C: UITable Method “didSelectRowAtIndexPath” does not work if label is added to cell
In my implementation, I had to add a custom label to the cell. However, I realize that by doing so, the cell area that is covered by the custom label will not react to the user's 'click' and hence ...
0
votes
1answer
167 views
EXC_BAD_ACCESS in didSelectRowAtIndexPath
I have overwritten my UITableViewController didSelectRowAtIndexPath method the following way:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
...
0
votes
2answers
304 views
Initialize NSMutableArray
Im very new in xcode 3 and i really need help for this
I developed my apps using UITableView and XML to showed the content.
i had 3 .xib files which it rootViewController , SecondViewController and ...
0
votes
1answer
99 views
Logging a particular row in didSelectRowAtIndexPath
In the method for
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
// do stuff here
}
I have a grouped table view. If I wanted Row 1 of Section 1 to ...
0
votes
2answers
96 views
how can i get a row text from UITable View ? or(NSIndexPath)
i have
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
}
can i get the row appended string from it?if yes,tell me the way to get it?
0
votes
1answer
126 views
Help shortening my code in didSelectRowAtIndexPath into a much easier code
Hey developers!
I built a Table View, populated it with array objects and I implemented a code when a user clicks an object inside my Table View, it loads that object's own nib file, and I am using an ...
0
votes
2answers
437 views
indexPath null in didSelectRowAtIndexPath in an ipad splitview navigation app
I'm porting a fairly simple iPhone Navigation based app to a Split View iPad app.
I have two nested levels of navigation on the Master view. The user picks a value from the first table and it loads ...
0
votes
1answer
319 views
How to pass the number of row selected from didSelectRowAtIndexPath to initWithNibName?
I have a tableView(first view).. and the detailView(next view) containing the details of that table.
now on selecting a particular row from the first view i want to pass the index number of selected ...
0
votes
2answers
203 views
Loading more than one detail view from didselectrowatindexpath
I have a table view, with just basically 2 rows, add category and delete category. On selection of lets say add category i want to load an add category view, and similar for the delete category. How ...
0
votes
2answers
775 views
didSelectRowAtIndexPath returns wrong IndexPath
I have encountered a really puzzling bug. The first row of my UITableView returns 1 and the second one returns 0 in the indexPath! How is that even possible?
In my `-(void)viewDidLoad` everything is ...
0
votes
1answer
164 views
Use dictionary with didSelectRowAtIndexPath
I am trying to get the trail name from the selected cell and pass it on to the next view in didSelectRowAtIndexPath. How would I go about this?
http://pastebin.com/bgXNfjie
0
votes
1answer
161 views
iphone store table-cell text into a file
HI,
From a table, once i selected the row, i would the row name to be store in a text file. how do i do that?
0
votes
1answer
510 views
didSelectRowAtIndexPath does not get called when scrolling and selecting a cell
It seems when I scroll my table view that if I select a cell while the table view is still scrolling, didSelectRowAtIndexPath doesn't get called. It works fine when the table view is still.
Any ideas ...
0
votes
1answer
848 views
Why do I get a “conflicting type” warning when I implement didSelectRowAtIndexPath:
I'm implementing the didSelectRowAtIndexPath: method in a tableviecontroller implementation. I get a "conflicting type" warning in my code. Everything seems to work, but the warning bugs me. The ...
-1
votes
4answers
599 views
UITableView row count in didSelectRowatIndexPath
how can i get UITableView row count in didSelectRowatIndexPath.can any one tell me a good way to get it