Tagged Questions

0
votes
3answers
39 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
2answers
24 views

resignFirstResponder

Hi, I have a litle problem resigning the keyboard. I have a table with two sections. In the second section, I load the class "stationenStartCellNumber" which has a UITextField. When I press …
0
votes
1answer
20 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 …
2
votes
1answer
54 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
16 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 …
0
votes
1answer
16 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
28 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
2answers
31 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
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 …
0
votes
1answer
28 views

Add a UITextField to a UITableView on a button click

Hi All, After quite a long time perusing the web i have decided to come here as i usually have my questions answered super speedy and super well on Stack Overflow! I am attempting to complete the …
0
votes
0answers
19 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
18 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 …
0
votes
1answer
13 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
28 views

Is there a way to cancel an animated UITableView/UIScrollView setContentOffset:animated: ?

My app is crashing when my UITableView is released whilst animating. The app functions without issue so long as the animation completes. Below is the result of a tap on the UIButton which calls …
3
votes
1answer
53 views

UITableView’s background color becoming white when section is empty

Hi everyone. Here is the deal: I have a UITableView with 2 sections, and I want to display a "no data" cell when the first section is empty, so that the 2 section headers are not stuck together …

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