Questions tagged as 'uitableviewcell'

2
answers

uitableviewcell does not fit well on the ipad

I'm having problems in the iPad view, I'm trying to make a table where each cell will be made up of textLabel and a button UIButton , when I try it on an iphone the view goes well, but when I I try with an iPad it comes out in the f...
asked by 23.01.2017 / 16:53
1
answer

uitableviewcontroler with titleForHeaderInsection

Hello my problem is the following I have several cells created, with their respective titles each, but when I try to add more iten to each cell I get error, or does not present the value in the cell this is an example of the app The questi...
asked by 25.07.2017 / 16:25
1
answer

Error Table JavaFx FXML

I'm learning a bit with the view model -controller and JavaFXML . The fact is that I want to make an application that adds data (students' notes) to a tableView , I can edit and delete them. With the following code, all the fields of...
asked by 15.11.2017 / 17:31
1
answer

UITableView Programmed with UITableViewCell in Storyboard

I usually do the table-cell interfaces in swift programmatically. I generate my ViewController that has an instance of UITableView, in turn I generate another class that inherits from the UITableViewCell and I initialize it in the tableView: cel...
asked by 20.06.2018 / 09:22
1
answer

Swift3: TextField events in TableViewCell

Cordial greeting. I work in an application which has a list of elements, each item in the list is composed of a custom cell (TableViewCell) which contains 1 textfield and several labels. I try to capture the value change event of the textfield i...
asked by 11.09.2017 / 22:14
1
answer

Objective C - Problems with texts in cell

I'm trying to create cells with dynamic height, with only one label I have no problem, however, when I put two or more labels inside my cell, I cut part of the labels or in some cases it does not show it. The height is like this: - (CGFloat...
asked by 19.07.2017 / 19:19