0
votes
1answer
20 views
How can I resequence a primary index in sqlite for use with a UITableView?
I'm new to sqlite so please be patient :)
I've got a UITableView reading the data from a sqlite db.
If i delete a record, the row in the db is deleted. The problem is that the oth …
0
votes
3answers
39 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 …
-2
votes
0answers
66 views
Table view select cell by string
I have a table view and I give a detail view at each cell using indexpath.row and indexpath.section but if I modify the plist file adding a row I can change all my the file that se …
0
votes
3answers
50 views
Embedding a control in a QTableView?
I'm working a small qt app (using PyQt4) and I've come up with an idea but I'm unsure as to how to implement it. I have a QTableView that represents some data and I'd like to add a …
0
votes
2answers
20 views
Table View rotate, but not properly (shape change)
Hello everyone,
Here is the thing. I have a ViewController which contain a view in full window. And the program run in landscape mode.
I want to put an UITableView over the ful …
1
vote
2answers
47 views
iPhone table view - some button/action questions
I created a table view that is populated with a custom UITableViewCell (like this). Each of the cells contains two UIButtons. I assign the action to the button like this:
[decrea …
0
votes
1answer
59 views
Can i reduce the font size of iphone tableview header
Hi All,
I need to reduce the font size of the table view header. My string value is a little bit longer and it doesnot fit in to the header. so planning to reduce the size. Any on …
0
votes
3answers
71 views
iPhone table view - problem with indexPath.row
I'm using indexPath.row do determine in which row of my tableview I do something. The title of my cells is containing a number which should be 1 in the first row and 18 in the last …
0
votes
1answer
78 views
iPhone app - some custom UITableViewCell questions
Hi,
At the moment, I have a settings view in my iPhone app built with Interface builder, it consists of a background image, some text fields, labels and buttons. Because this look …
0
votes
1answer
21 views
Help needed in iPhone TableView
Hi all,
Insted of the default header in the UITableView i implemented a custom table header using
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger) …
0
votes
1answer
42 views
Slow loading of RSS feeds into UITableView
I have a YouTube RSS feed set up to show YouTube videos in a tableview. When I load the controller though, it takes a long time to load the feed, so it appears for awhile that the …
0
votes
3answers
53 views
Iphone Tableview Change to a diffent View when editing
I have a TableView that I want to change to a different view (View1) for editing the data for that row when editing is true. When editing is not true I use the didSelectRowAtIndex …
0
votes
2answers
207 views
UITabBar with UITableView - I can see the table correctly, but cannot select a row
This may be an easy answer for someone.
I first built an a navigation app that had a table loaded from SQLite. The rootViewController (UITableViewController) is loaded from the ma …
0
votes
1answer
105 views
moveRowAtIndexPath: how to delete section once last row is moved to another section
I have a tableview with several sections. I would like to be able to move rows from one section into another and to delete a section once it has no rows. I am trying to do this thr …
0
votes
1answer
49 views
Displaying count of the value of a to-many relationship in an iPhone app
Hi,
I need help with a little something.
I use Core Data to make this happen:
I have a main tableView where categories are stored. When one of the categories are pressed, ano …
