Tagged Questions

0
votes
1answer
14 views

How to initially select a row in UITableView

I can not find a good spot to call selectRowAtIndexPath:animated:scrollPosition: to INITIALLY select a row in UITableView. Table data have not been loaded when the table view controller is …
0
votes
1answer
11 views

Is this a tableView issue or a CoreData Issue

I have a CoreData-driven navigation app and I'm trying to figure out why It's crashing. I've got a hierarchy which is 3 view Controllers deep, all related by coredata relatioships, like this. …
0
votes
0answers
7 views

How do you change the textLabel when UITableViewCell is selected?

I want to change the textLabel and detailTextLabel of a cell when it has been selected. I've tried the following, but no change occurs: - (void)tableView:(UITableView *)tableView …
0
votes
2answers
21 views

UITableViewController loads empty view first, but then loads correctly after second load

I have a UITableViewController which in it's tableView:didSelectRowAtIndexPath method, sets up a view controller, and calls [self.navigationController pushViewController: viewController …
0
votes
0answers
16 views

UITableView won’t scroll after editing view frame and origin

I'm trying to implement a UITextView in a table cell at the bottom of a table view. I've tried the suggestions here …
1
vote
2answers
21 views

Iphone Uitableview scrolling changing image inside UitableViewCell

Hello, I am displaying some data using a UITableViewController, my table has 2 static sections with 6 static rows each. And I am subclassing UITableViewCell in order to add 3 Labels and a View, in …
0
votes
1answer
41 views

Why does uitablview cell remain highlighted?

What would cause a tableview cell to remain highlighted after being touched? I click the cell and can see it stays highlighted as a detail view is pushed. Once the detail view is popped, the cell is …
0
votes
1answer
5 views

UITableView using NSMutableArray to display dynamic content

Been looking for a solution for a long while now, but still no success, perhaps someone here can help me. I created an application that runs a thread that communicates with a webserver in the …
0
votes
1answer
18 views

TextField in UITableView

I m new to iphone world .. help me out of this. -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { NSString *MYIdentifier =@"MyIdentifier"; …
0
votes
1answer
21 views

getting the same name for the table rows after the 11th row of the uitableview ? [closed]

Possible Duplicate: value in the Table view is repeating after the 11th row. I am using this code but after the 11th row name of the row is repeating for 12th onwards row. - …
0
votes
0answers
8 views

Store NSData in NSArray, NSData from UIImagePickerController

In my application, i'm importing images to the each custom cells using imagePickerController. I need to store the data of the image in each row in an array, so that i can load the table easily from …
0
votes
1answer
22 views

Rearranging rows in uitableview

I've an application in which each row contains an uiimageview and an uibutton. I have created them using custom cells, uitableviewcells. The button is to trigger the method, uiimagepickercontroller to …
0
votes
2answers
35 views

How do I get a Row count from a UITableView

I have a tableview I'd like to customize based on how many rows it has. If it has no rows, I'd like the background image to prompt the user to add content. If it has 1 or more rows, I'd like it to …
0
votes
2answers
31 views

I want to scroll to a row in a table view, select the cell then deselect it, but its being deselected before i see it

im using code as below [sampleListTableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionMiddle animated:YES]; [sampleListTableView selectRowAtIndexPath:indexPath …
0
votes
1answer
16 views

How to save rank in the uitable view ?

Hi all, I have come across this situation that after user has tapped on edit and the table turns into editing mode then user moves one of the rows. So my question is :currently the source array …

1 2 3 4 5 44 next
15 30 50 per page