Questions tagged as 'uitableviewcell'

1
answer

UITableView with custom and scalable UITableViewCell

I'm creating a chat for IOs in Objective C, and I use custom UItableViewCell. My difficulty is to resize the Cell as the text in the chat, like the image: Andthissecondscreen,ishowitis,withoneconversation,overlappingtheother,withouthavingali...
asked by 11.01.2016 / 16:26
1
answer

IOS - How to create a custom TableView cell?

I want to make a custom cell for my TableView. But she's presenting problems that I can not solve. It worked normally when I did with the default cell, but when I did custom it gave problem I was using this explanation to help: link I ma...
asked by 11.02.2016 / 18:40
2
answers

How to exclude TableViewCell being a Swift Dictionary

I'm trying to delete a TableViewCell using the swipe to delete style, but I can not delete the cells. The cells are being created by a dictionary that creates each one with the key as a title and value as details. func tableView(tableVi...
asked by 02.01.2015 / 19:03
1
answer

How to use didSelectRowAtIndex?

I'd like to know how to use didSelectRowAtIndex , more specifically I'd like to know how each row of my UITableView calls a ViewController specified. In my code below, in case you would like every item in the array that i...
asked by 17.07.2015 / 13:58
1
answer

Set Invisible Button After UITableView Execution

I'm having a question in my UItableView, I put a button on the Cell of a TableView. cell.btnDownload.tag = indexPath.row; [cell.btnDownload addTarget:self action:@selector(btnDownloadClick:) forControlEvents:UIControlEventTouchUpInside]; Th...
asked by 23.05.2016 / 06:26
1
answer

calling the properties of a TableViewCell in a ViewController

I'm trying to create a tableview with the dynamic cell according to the text inside it, and I'm wanting to add the height of the label to the size of the cell, but when I call the label in the ViewConrtoller it is empty and when I call TableView...
asked by 04.08.2015 / 16:37
1
answer

Differences between tableView.dequeueReusableCell and UITableViewCell

Good evening, I would like to know what is the difference between the parameters below, if one is more effective than the other, less chance of error etc. What I see in practice both do the same thing. Thanks in advance. 1) override func...
asked by 08.04.2017 / 00:42
1
answer

UITextField check with only number

I am creating a tableview with Cells custon via xib and UITableViewCell and I have a cell that has only one textField and I want to do a check of number of characters and numbers for this textfield but I do not know how to do that.     
asked by 20.08.2015 / 17:18
2
answers

How to make a UITableViewCell work like Facebook Messenger for iOS?

How do I create a UITableView , where cells keep the text bold, until they are touched, and save this change? For example, when we receive a message in Facebook, the text in UITableViewCell is in bold, after touching the cell and...
asked by 30.10.2014 / 21:31
1
answer

UITableViewController cells are blank / Somem when scrolling to TableView

I'm having a problem with my tableviewcontroller, as I update some data in a textfield or roll down it goes away with some cells, if I scroll up and down hiding the cell that disappeared it appears again as if I have reloaded, I tried to reload...
asked by 06.07.2018 / 18:22