1
vote
1answer
26 views
UITableView repeating background with 2 images
Hey guys,
So I'm trying to make a UITableView that has a repeating background. I want the background to scroll with the text. The catch is that the background is 2 images. There i …
0
votes
3answers
37 views
Customize a data-driven TableView
I have a grouped tableview that is populated with XML data in one section. What I would like to do is create another section prior to the data driven one, and apply an action to it …
1
vote
1answer
32 views
Tableviecells are not getting deallocted…Memory Management issues.
hi...
I am working on an application in which uitableviewcells of uitableview are customized which contains a textfied(contains managedobject/core data), label((contains managedobj …
1
vote
1answer
15 views
Hide/Disable edit button on select UITABLEVIEW cells?
I have a UITABLEVIEW where I want to show the delete function for only certain cells (that is, certain cells are user deletable certain cells aren't). As far as I can tell, setedi …
0
votes
1answer
18 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
1answer
35 views
Month TableView Organizer
I need to create a table view with 1 or 2 sections, depending on certain conditions. The first section needs to contain all of the remaining months of the current year, and the sec …
0
votes
1answer
38 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
15 views
How do I access the UITableView in the XCode “Navigation Based Application”
This "wizard" gives me a tableview to work with when I build and run. RootViewController is subclassing UITableViewController. Opening up the XIB, there is a table view, but what …
0
votes
3answers
48 views
How can I make a multiline label in a UITableView?
How can we make the text in the label of a table view go to the next line?
0
votes
1answer
31 views
EXC_BAD_ACCESS on UITableView reloadData call
Hi all,
I've come to the point of pulling my hair out over this one. I keep getting a EXC_BAD_ACCESS when I call the reloadData for the UITableView. I'll lay the groundwork for …
0
votes
2answers
12 views
Having UITableView edit button outside of the navigation bar.
Hello
I have a UIViewController, and within that view i have UITableView added in IB
The UITableView displays the items from my array beautifully
I would like to be able to edi …
0
votes
1answer
20 views
Default Header view for UITableView
I have a UITableView that is styled as a grouped tableView. Under certain circumstances I need to create a custom view for the header and under other circumstances I want the defau …
0
votes
1answer
18 views
date wise sorted uitableview …
Hello all,
I am developing an iPhone application .
In the application I want to show the uitableview data sorted on the date field :
Suppose I have a Person object with fields n …
0
votes
2answers
66 views
How to use the first character as a section name
I'm using Core Data for a table view, and I'd like to use the first letter of each of my results as the section header (so I can get the section index on the side). Is there a way …
0
votes
0answers
29 views
Child Controller reuse (Navigation Controller setup in Beginning iPhone 3 Development)
My apologies for posting such a book-specific question but by question relates to a particular explanation, which some of the members here may have come across, in "Beginning iPhon …
