Questions tagged as 'uitableview'

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
2
answers

Swift UITableView Multi Selection Problem

I have a tableView that when in Edit mode I can select each item and take an action, for example remove the selected items. When I select the items, the first items are left without "Line Divide", and the ones below are usually selected as sh...
asked by 31.07.2015 / 20:28
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

Swift 3 - How to automatically resize UITableView

How to automatically resize a UITableView according to the amount of content in it? I want to do something like what I can do with a UiTextView: MyTextView.sizeToFit()     
asked by 17.02.2017 / 15:52
1
answer

How to receive subitems data from a plist?

Good! I am having difficulty receiving subitems data from my plist. Watch ... This is my directory.plist : IwanttoplayallthishereinthisMain.storyboard: SincethePositionandNamekeyswillbeinthefirstTableViewControllerandtheFunctionary,ImageF...
asked by 27.03.2017 / 22:16
1
answer

Can you create a table with Swift that contains several columns?

I need to mount a multi-column table with customer purchase details, but with tableView I can only create tables with one column, how can I use the tableView or something else to create a multi-column table? Here's how I need to present the data...
asked by 16.11.2015 / 20:49
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
2
answers

Sending data from one tableView to another

I'd like to pass values from one tableView to another. I took a value through indexPath.row, I would like to send the value to another tableView so that it can make a switch to display different views.     
asked by 27.07.2015 / 15:19
0
answers

navigationBar responding to two tableViews

I'm trying to get my navigationBar to respond to this second tableView as shown in the gif. Does anyone know how I can do this?     
asked by 04.09.2017 / 06:02
1
answer

Random Ads Between Cells in a Table View

I'm trying to insert totally random ads between cells within a UITableView . It's more or less what I want: Sothere'smyTableViewController:importUIKitimportGoogleMobileAdsclassPage1:UITableViewController,UISearchBarDelegate,GADBanner...
asked by 03.05.2017 / 20:54