0
votes
1answer
8 views
Scroll tableview without user noticing
I need to scroll a tableview on initial load of my RootController. The problem is that I have to wait until cellForRowAtIndexPath completes before I can do anything using scrollToRowAtIndexPath. …
0
votes
1answer
9 views
UIView Background Image and UITable View complications…
Hi Everyone, I am having a strange issue with displaying a custom image in my UIView. I have a table view that is setup displaying 4 cells, and then behind that I would like to have a custom image. …
1
vote
1answer
19 views
iphone copy/paste menu not shown in UITableViewCell
I placed a UITextField and a UITextView in a tableviewcell. When tap on text in them, it allows me to enclose a portion of the text with a rectangular popup showing the enclosed text enlarged. I want …
0
votes
1answer
14 views
Sending user to view from search results
I'd like to implement a search into my app. I'm planning to use a left swipe, like the Spotlight search. Would that violate anything with Apple?
My app is tableview based. The user can drill down …
1
vote
1answer
10 views
Settings menu through UITableView
I'm trying to build a nice looking config-screen using UITableView (much like the settings on the iPhone, in the clock etc).
I'm having some doubts as to how aproach this; I will need some …
1
vote
1answer
75 views
resignFirstResponder when tapping UITableView?
I have a UITableView with two custom cells and each of them has a subview with a UITextField inside it. I have tried adding a UIButton on top of the UITableView and have it resignFirstResponder but …
0
votes
1answer
11 views
Share didSelectRowAtIndexPath selection in an array, between 2 controllers
On my never ending quest to share a table row selection to multiple views loaded in a modal view, I have got it down to one issue. I am using Apples DrillDownSave sample code as a model to recreate …
0
votes
2answers
30 views
Wrong size of UITableView using autoresizingMask
I have a UITableView which is not being resized properly using autoresizeMask (in iPhone 3.0).
The UITableView is inside a UIViewController inside a UINavigationController inside a …
0
votes
0answers
17 views
UITableView horizontal cell separator lines don’t scroll up or down.
I have written some MonoTouch code to display a Nib'less UITableView and the view looks ok populated with cell data on initial display. However when I touch scroll down to view more data I end up with …
0
votes
1answer
15 views
Unable to dismiss MFMailComposeViewController, delegate not called
HI, I am calling MFMailComposeViewController from UITableViewController.
Problem is, delegate method mailComposeController:(MFMailComposeViewController)controllerdidFinishWithResult* is never called …
2
votes
1answer
42 views
Why does UITableView make so many calls to its delegate & datasource?
Anyone care to shed some light on why UITableView makes so many repeat calls to its delegate & datasource as it's being setup? Just looking at one I'm working on now I see that …
1
vote
1answer
27 views
iPhone UITableViewDelegate Question.
Hey all,
I have a basic question that's driving me crazy.
I have a class inheriting from UITableViewController. It is the root controller in my navigation controller. I have another class that …
0
votes
1answer
10 views
iPhone Dev: Create own index
I currently got two problems I, both about the index of a UITableView
I want to change the color of some section-tags in the index, to show that there are new changes within this section.
I need to …
0
votes
2answers
22 views
(Iphone) Retrieve Id from a Cell and use it in another query to display entry
Hi,
I have a TableView who display the name of some Categories by executing this simple query
"select * from category" so my object contain id_category and name.
When I click on a row, a new …
1
vote
1answer
203 views
UISearchBar tinted like Contacts
The UISearchBar in my UITableView header is the strong color.
The TableSearch uses the more subtle code, but I'm not sure how it's doing it. I've looked at the TableSearch example code. Specifically, …
