Tagged Questions

The class reference Apple's Table View Programming Guide

learn more… | top users | synonyms

0
votes
0answers
2 views

How to save this NSDictionary data to plist, and retrive it?

I have this data that I'd like to save to plist. YEAR, MONTH and DAY are the system date integers. I know how to get them. YEAR MONTH DAY int, string, int Example: 2012 5 25 10, text, ...
0
votes
1answer
19 views

How to make a click on TableViewCell open a new view and keep data?

So I've added a UITableView in a UIViewController. I also subclassed its TableViewCells to look like this : Now I just want to know how I can click on the cells to open a new view with another ...
0
votes
1answer
15 views

Bad EXC_BAD_ACCESS when scrolling through UITableView

I initiated a UITableView with the following code: ProductTableView *tableProd = [[ProductTableView alloc]initWithNibName:@"ProductTableView" bundle:nil]; the xib file does exist! Since I am ...
0
votes
2answers
38 views

Drawing a Bar in iPhone / iPad

How can I draw a simple BAR? Like this: Thank you.
1
vote
0answers
22 views

iOS - UITableView - cancel delete row - button animation

Overview I have UITableView, when I swipe, the delete button appears, when I touch else where, the delete button just disappears without any animation. In the native Mail app (Apple's app), when a ...
2
votes
1answer
23 views

Disabling bounces in uitableview also disables scrolling on iOS 5 but not iOS4

I have an app with a table view in a nav controller; I wanted to disable bouncing so that when my table is in Edit mode, user can scroll down and find rows to delete; otherwise, it would bounce back ...
0
votes
2answers
21 views

Disable rubber band scroll in uitableview

Is there a way to turn off the table view's tendency to rubber band back to the top when you are done scrolling? I'm sure it is something simple, but the UITableView class reference doesn't show any ...
0
votes
1answer
20 views

Pause UIScrollView's scrolling when touched

I have an UIScrollView that is a rapidly updating Twitter stream following a certain search term. A large number of tweets are handled per second. I'd like the user to be able to touch anywhere on the ...
0
votes
0answers
21 views

Table View Sections

Still struggling and inching along here with my code. I've adapted some help from others and so far this is what i've got. The below data gives me everything I am looking for except it is not placing ...
1
vote
2answers
17 views

How to have an editable multine UITextView in UITableViewCell

I've got a UITextView inside a UITableViewCell subclass. I have no problem getting the new height of the Text view and cell. The problem I have is telling the UITableView to update. I have ...
-1
votes
1answer
16 views

iPhone reusable cell does not show the changed data while scrolling

I have a table view. I have created a method that takes all the data it needs with a cell and returns the updated cell. In that method I have: my cell for row goes like this static NSString ...
2
votes
1answer
35 views

Spacing between cells on UITableView with Custom UITableViewCell

I have a UITableView loading a custom UITableViewCell from a XIB file. Everything is working fine, but my layout requires that the cells (all inside one single section) have spacing between them. Any ...
0
votes
1answer
9 views

Push Uiview and populate with data

I'm creating a simple app that stores data into a sqlite database and retrieves data from it. I'm able to store data and I'm also able to populate a UITableView with all the data, showing a field ...
0
votes
0answers
12 views

UIScrollView with UITableVIew and smaller increments than contents size

I have a UIScrollView as a subview of a CustomView that redefine the method hitTest, so the scrollview can scroll in smaller increments (the width of the scrollview is smaller than the window size) ...
0
votes
2answers
17 views

Correctly Grab the IndexPath.row of a UIButton in Custom Table Cell?

I have a table view that loads information from the web, and displays it in custom cells. In these custom cells I have a button that I assigned through storyboard. If this button is pressed, it ...

1 2 3 4 5 663
15 30 50 per page