Tagged Questions

0
votes
1answer
13 views

Multiple cells per row in UITableView

Is there any way to have multiple cells per row in a uitableview using the uitableviewstylegrouped style? It exists in several of the official applications such as contacts but it …
0
votes
1answer
7 views

UITableView cells do not stay selected when pushing a view

I have a UITableView on a view. This UITableView has cells which are made up of a checkbox custom control, a label and a disclosure accessory. When I select a row in the tableview …
0
votes
0answers
6 views

UISwitch shows up on other cells! Glitch?

I have 5 seperate sections in a table, 2 of the sections have customizable cells, when in EDITING mode, 2 of the sections produce an additional cell that will add a new cell to the …
1
vote
3answers
88 views

Multiple Custom UITableViewCells - ReuseIdentifier and NOT reusing cells

I am having an issue with how the iPhone reuses Cells in table. The problem is that implemented methods of the class also get "reused" and changes in one cell get applied to other …
0
votes
1answer
25 views

Text misalignment on tableview cells on iPhone device

For some reason, when I am using the iPhone simulator, all of my text in my tableview cells displays correctly. However, when I publish to the device, the text inside of the cell i …
-1
votes
0answers
24 views

tableview cell images shown in simulator but not on the iphone device [closed]

I added cell images using code likes: cell.imageView.image=[UIImage imageName:@"anImage.png"]; Eventhough all the cell images showed up properly on the simulator, I banged my head …
1
vote
2answers
898 views

iPhone Development - UITableViewCellStyleValue2

Hi all, Note: I'm using iPhone SDK 3.0 Final Version for Leopard. I need to prepare a table listing similar to the one used by iPhone's Photo Album application. There are t …
0
votes
6answers
1k views

Scrolling UITableView on the iPhone as seen in the Tumblr app?

Hi folks! This inquiry is rather difficult for me to properly phase, but I'm going to give it a shot either way. I'm currently trying to figure out how to set my UITableView's t …
0
votes
0answers
8 views

Jerky animations for text with CoreAnimation

I have a UITableview in my iPhone app with custom cells. When going to the edit mode for the table, the contentView is resized smoothly with CoreAnimation. The problem is: I have …
2
votes
7answers
982 views

Changing UITableViewCell textLabel background color to clear

In my app i have a table view with customViewCells. i subclassed the UITableViewCell class and added an image that will load async and for the text i use cell.textLabel.text = @"so …
0
votes
1answer
26 views

How to restore rounded corners for a UITableViewCell filled with an image?

I have a UITableViewCell, and I want to use the image property to fill it with an image. When it is first in a grouped UITableView, I want it to have the standard rounded corners. …
0
votes
1answer
19 views

Distinguish between click on AccessoryView and Cell Content and will Apple allow it?(iPhone)

Hi I was wondering if there is a delegate method to implement that let's me distinguish between a tap on the content view of the cell and the disclosure symbol to the right. I wou …
0
votes
2answers
42 views

iPhone UITableView populated by checked Table Cells. How?

I came upon this blog post the other day and literally have no idea how to implement it, logically. Any ideas? I was thinking it involves core data, with 'power' being another en …
0
votes
1answer
41 views

UITableViewCell Accessory Type Checked on Tap & Set other unchecked

Hello, Every one. I am confused a little bit about settings table view cell accessories. I have fixed two sections in my table Home Office What I want is as follow.... When …
0
votes
1answer
79 views

Saving reference to UITableViewCell

I have 5 cells in a tableview that are all custom. Meaning, I've created a xib with a tableviewcell and created a corresponding cellController. The xib has two labels named name …

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