Questions tagged as 'uitableviewcell'

0
answers

split function on a label in swift 4

Good night, I'm getting a json from a webservice and in a given field json gives me the data separated by "|" as you can see below Ineedtobreakthelineineach|ofjsonfield.IwasabletousethesplittoprintontheseparateconsolebutIcannotgettothetablev...
asked by 12.04.2018 / 05:48
1
answer

Add the view of a UIViewController as a subview of a UITableViewCell?

I'm trying to create a simple table, and in a cell the content should be the view of a UIViewController, which has another UITableView. But the cell goes blank, I tried several different ways. But I did not find a solution. Below my last t...
asked by 10.08.2016 / 00:39
1
answer

Pass array from a UITableView to another UITableView

Talk the guys! It is difficult to get the value of a array in a uitableview and move to another uitableview . There is no error appearing, but it does not print anything on the console when accessing the next uitableview...
asked by 17.04.2016 / 01:25
0
answers

TableView in UIView in Swift 2.0

I'm trying to create a table inside a view. So that when the user is in view1 and pressing a button open a smaller view2 within view1 and choose one of the data from the table and when loading carries the selected data to view1. I started by...
asked by 12.04.2016 / 18:31
1
answer

Alternative for padding-nevative in table

I have a table, where I need to decrease the padding of the lines of the same. If I could use a padding-bottom: -XXpx; e padding-top: -XXpx; it would solve my problem. However, it is not possible to use negative values, as far a...
asked by 19.06.2015 / 21:53
1
answer

Problems starting UIImage with image path coming from core data

I downloaded an image, and I stored it on disk. After downloading the class inserts the image path in the core data, getting this string: @"/Users/Tiago/Library/Developer/CoreSimulator/Devices/3E103B07-E48E-4740-911C-ECD24E0C3A3F/data/Containe...
asked by 31.01.2015 / 23:03