A table view is a means for displaying and editing hierarchical lists of information. For example: UITableView in Cocoa-touch.

learn more… | top users | synonyms

0
votes
0answers
19 views

SBJsonParser to array and to tableview

I want to display data to table view. Source is some response string. When I print it, it seem just like that: { "history":[ { "DateTime":"2013-05-15 10:22:11", "Name":"No water" ...
-1
votes
0answers
17 views

Crash occurs with JSON parsing from Rails / Inserting to UITableView

When attempting to parse JSON from my local server, I am getting issues with XCode. There is no error printed in the console, but my app does not work, and eventually crashes. My JSON looks like ...
-1
votes
2answers
48 views

TableView on UIViewController with array information [closed]

Hi I am trying to use a tableview on my uiviewcontroler on my .h I put this code: @interface SecondViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> { IBOutlet ...
0
votes
1answer
26 views

Refresh TableView Content with UIRefreshControl

Please I would like to refresh the contents of my table but it does not work. - (void)viewDidLoad { [super viewDidLoad]; self.title = @"Last News"; [UIApplication ...
0
votes
2answers
54 views

tableview to another - IOS

lets say i'm making an app where you add car manufacturers to the main viewcontroller thats a tableview, on the 2nd view controller (thats also a tableview), you can add models of car under that ...
0
votes
0answers
19 views

[CFURL isKindOfClass:]: message sent to deallocated instance

I used EGOImageView in a tableView to get online images,but always crush when scrolling the table.Below is the crush message and stack info: 2013-05-16 22:43:37.530 Quxiang[71833:c07] * -[CFURL ...
0
votes
1answer
51 views

iOS/Xcode - Multiple segue identifiers resetting data parsing

So I got a ViewController with 4 seperate buttons. When clicking on button1 TableViewController1 pops over the ViewController with a list of items. When selecting an item the TableViewController1 ...
1
vote
1answer
15 views

Show the progressBar that correspond to row of TableView when click with Custom TableViewCell

I stuck few hours with this problem. I have 3 rows in my tableview. I also use a custom cell contained 1 button and 1 progressbar. The problem is when I click on button at first or second row, the ...
0
votes
0answers
34 views

xcode horizontal table like app store

I have attempted to create a table within a table cell to present similarly of the horizontal table cell slide like that of the app store. If you go into the app store and click the featured products ...
0
votes
7answers
89 views

iOS/Xcode - Toggle button changing position

I want a button that toggles the position of an element on click. My current code: -(IBAction)menuTouched{ // Push menu UITableView * sideMenu = [[UITableView alloc] initWithFrame:CGRectMake(1060, ...
0
votes
1answer
72 views

IOS Tableview custom cell with dynamic label height

I have trying to figure out this for quite some time : I have a custom cell in tableview which has two labels one below other. The top label can be of one line or two line max. The bottom label is ...
0
votes
2answers
33 views

having name, first and and date show up on tableview

I am developing an app that can store contacts. In the table view I have the last name showing up but wish to also have the first name and the right justified the date. The first name is saved as ...
0
votes
0answers
4 views

TableView to DeatilView withSwitch or For Iteration ? How to?

I have a TableView(_contentList) with 4 items: _contentList = [[NSMutableArray alloc] initWithObjects:@"Item1",@"Item2",@"Item3", nil]; and a NSMUtableArray(_maxImages) with 5 images; _maxImages ...
0
votes
1answer
29 views

iOS: Embed Table View in other View (but table view has a complex table view controller..)

I'm struggling with this problem, so I need your help. Basically I've programmed a complex table view controller (with NSFetchedResults protocol etc) and already used it in my app and it worked great. ...
0
votes
0answers
14 views

iOS: Indenting while editing “hack” not working properly

I had the issue that while changing to editing mode, my table view cells content didn't indent correctly due to the whole auto layout issue. So I've found this "hack" on Stackoverflow and copied it ...
0
votes
2answers
47 views

Getting images from JSON

I'm using RestKit in my project, and was wondering the best way to pull images from the JSON into the UITableView cells. JSON response: { "timestamp": "2013-05-10T03:09:39Z", ...
0
votes
0answers
36 views

JavaFX TableView is empty

I wanna populate tableview from eclipselink jpa, but tableview shows noting, though my data list is not empty. this is my code private ObservableList<Object> getAllSales() { ...
0
votes
0answers
28 views

Populate TableView from JPA

How I can populate JavaFX TableView from any JPA framework? now i use EclipseLink and this my 2 simple Entities: Sales.java @Entity @Table(name="SALES") public class Sales implements Serializable { ...
-1
votes
4answers
44 views

How to set a color for a Cell on a TableView?

I want the whole cell printed in blue but it only shows a little band. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { NSString ...
0
votes
0answers
13 views

How can set data for subItem in SDNestedTable?

I have just used SDNestedTable https://github.com/serverdensity/ios-SDNestedTable. I created a class inherrited from SDNestecTableViewController. This class has some ivars { NSMutableArray ...
0
votes
1answer
14 views

Populate TableView from Database (iOS6 SQLite3)

I am currently populating a TableView's cells with static data. For ex. - (void)viewDidLoad { [super viewDidLoad]; _carNamesArray = @[@"Porsche", @"Ferrari", @"Fiat"]; } Can someone ...
0
votes
3answers
38 views

Programmatically control storyboard tableview

I have a UItableview in storyboard, but when the user taps a button, I need to extend its height. The below code isn't working for me: Self.tableview.height = #;
0
votes
0answers
32 views

TableView working giving unexpected result in Android 2.3.3

I have an activity in which a table view is getting dynamically populated. Every thing is working as expected in android 4.0 and above. But, in case of 2.3.3 the table view is not showing up as ...
0
votes
1answer
35 views

Accessing Dictionaries inside a Dictionary by Index in Obj-C

I'm currently trying to learn Objective-C and I've stumbled across a little problem. I want to build an iPad Application for collecting simple Numbers,which the User enters, by Date and Time. To do ...
1
vote
1answer
35 views

auto numbered table rows (javafx)

My question is how to make a new Table in JavaFX with in the first column the index of the tableRow. So i've created a class: NrCellFactory. public class NrCellFactory<S, String> extends ...
0
votes
2answers
46 views

Best practice for retrieving data? SQL Database vs HTML parsing

I'm developing an app that displays a list of products that are in stock from various electronics websites. I have two methods in mind for accomplishing this task. Create a C# application that ...
0
votes
2answers
77 views

How to use the PropertyValueFactory correctly?

I am trying to make a table with a TableView and fill it programmatically based on a list of User objects. The User has three variables, nameProperty (String), rankProperty (Enum called Rank), and ...
0
votes
1answer
102 views

how to customize More Tabbar TableView Cell for storyboard ios 6?

i have add 6 or more tabbar on the storyboard. it will automatically generate More Tab. When I click more button. I can see other view controller on tableview row cell. But I couldn't change cell ...
0
votes
1answer
110 views

IOS [__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]'

I am trying to create a dynamic slide menu like facebook. I have to get some data from a json request. and display this data in one of the sections of the slide table view. I'm new in objective-c, I ...
1
vote
1answer
99 views

JavaFX table- how to add components?

I have a swing project that uses many JTables to display all sorts of things from text to panels to a mix of buttons and check boxes. I was able to do this by overwriting the table cell renderer to ...
0
votes
0answers
23 views

How does one set fix an Android TableView size, while maximizing some columns, eg. EditText

Here's my problem... I've created an activity with two layouts (horizontal), one weighted "1", the other weighted "2". The first layout hosts a fragment. The second layout (horizontal) contains two ...
1
vote
1answer
41 views

Placing an image into a JavaFX 2 table

I'm trying to do something pretty simple. I want to place an icon in a column for a particular row in a table. If it's a folder, display a folder icon. If it's a file, display a file icon. Does ...
0
votes
0answers
14 views

Passing data from tableview to detailview with seachbar tutorial?

I have searched everywhere for a tutorial covering this. All i found was either one just covering search or covering passing data. I've tried combining them but it won't work, i'm just not good enough ...
0
votes
1answer
39 views

How to properly code core data drill down with NSSet

I’m relatively new at iOS programming and Core Data, so please forgive me if this is a stupid question. In my project I have two entities. Entity (1) is named “Doctor”, entity (2) is “Patient”. The ...
0
votes
1answer
69 views

XCode table view rotating from Portrait to landscape hiding the first row

In my app i have a table view. Lets say for example i have 10 rows worth data in the table view with a navigation bar at the top.I launch the app in portrait mode. I see 10 rows. Now i rotate the ...
0
votes
1answer
32 views

how to transfer my data base information (core data) to a tableview using fecthedResultsController?

I have been trying for several days to transfer my data base information (core data) to a tableview using fecthedResultsController but nothing seams to work! my entity name is "password" and ther ...
0
votes
0answers
62 views

iOS objectAtIndex beyond bounds

I have a table that is populated by an array of objects and whenever I call my refresh method that re-populates the array and reloads the table, when I try to read my array in cellForRowAtIndexPath I ...
0
votes
1answer
36 views

viewForFooterInSection need to set footer fixed absolute position

I want my footer appear with bottom, in the following image footer binding with grid, i want footer need to fixed at bottom, If tableview rows are more or less. -(UITableViewCell *) ...
0
votes
0answers
24 views

Animate tableview cell when custom button (Buy Now) is pressed

I'm new to IOS and my first app have two tabs one for products and one for cart. In products I have a table view with dynamic cells (from nsarray with dictionaries) so a custom button for each cell. I ...
0
votes
1answer
32 views

Calculated value passed as parameter to data model not showing on tableview

I have a form that has 4 TextFields which I'm trying to track with an ObservableList that has 5 columns. The TableView has an extra column to hold a calculated value (the 5th column in my ...
1
vote
1answer
109 views

Populating a tableview in xcode with objects from an array is causing an out of bounds exception

I am parsing some data from an online feed and then putting that data into multiple objects, I then have a page that display options which then goes onto a tableview that shows all parts within that ...
0
votes
0answers
36 views

How Play video passing XML URL LINk from tableview?

Several weeks I have tried to understand how to take a video link in xml and play it on a view from tableview. This is what I'm trying: In the xml I have the title, time and details of the video, ...
-2
votes
2answers
31 views

Reload the total tableview in iOS programatically? [closed]

I am very new to iOS and I want to reload the full tableview. But, [tableView reload] only redisplays the visible rows. I need to reload the full tableview
0
votes
1answer
23 views

Static Table navigation in a Tabbar application

I am working in an Tabbar based app. On the last of 4 tabs(More), I have a ViewController with a StaticTableView in it, embedded in a NavigationController which is in a Relationship View with my ...
1
vote
1answer
48 views

Back button in navigation bar doesn't appear

I have a tab bar project. When, from the first view, I call a second view with the comand: - (IBAction) button { [[self navigationController] pushViewController:secondView animated:YES]; } The ...
1
vote
1answer
107 views

Display Items from a Database in a JavaFX TableView

Ok, so I'm new to this, and I've been searching for two weeks trying to get an SQL resultset to print to a TableView made by JavaFX Scene Builder. I can print my resultset using System.out.println and ...
1
vote
1answer
42 views

How can I change UITableView height to its content height and still have clickable content?

So I have a tableview where I changed the size to match its content size with this code. CGRect testF = table1.frame; testF.size.height = table1.contentSize.height; table1.frame = testF; But when I ...
0
votes
1answer
43 views

Access cell of a column using a given index?

I have the index (as integer) of a cell in a TableColumn of a TableView. Using the index of the cell, how can I access the cell object at this index? I am missing something like ...
0
votes
5answers
78 views

Textview text color not changing on click

I have an activity in which I have created a table dynamically. The table is populated from a SQLite database. Onclick the table header the table is getting sorted accordingly. Everything is working ...
1
vote
2answers
94 views

Background with 2 colors in JavaFX?

In JavaFX 2, using CSS, is it possible to create a background with 2 colors? Think of e.g. a TableCell with a height of 10 px. I want to the first 2 px (vertically) to be red, the remaining 8 px ...

1 2 3 4 5 30