uitableviewautomaticdimension Questions

4

I have a tableview that is getting populated with data from Firebase. However, when resizing the tableview using automatic dimension, some text is shown getting cut off. Here is my Storyboard with...
Dispensable asked 15/11, 2018 at 17:34

0

I have created nested tableView approach, In a view controller I set tableView and then nested tableView for the Cell. So its like Parent tableView and Child tableView. For adjusting content height...

4

Solved

I have a UIView which is reusable via a nib/xib-file. I want to load this and fill a UITableViewCell which is to be used in a self-resizing UITableView. All with auto-layout. Most works good, but ...
Dishwasher asked 25/1, 2017 at 12:40

6

Solved

Is it possible to set minimal height for cell? I use dynamic: tableView.estimatedRowHeight = 83.0 tableView.rowHeight = UITableViewAutomaticDimension But I need to set minimal height for cell wh...
Chappie asked 3/2, 2016 at 5:25

2

Solved

So, my table view displays images. Every cell is basically an image filling out the cells entire contentView. As the images come with different aspect ratios, I need my cells to be adjusting their ...
Secretive asked 16/6, 2016 at 12:42

3

Solved

Let's say I have hierarchy like this: *TableViewCell **TableView ***TableViewCell and all of them should be resizable. Did someone face this kind of problem? In past I've used many workarounds l...
Gittel asked 26/7, 2019 at 9:13

6

Solved

I was following this tutorial to make self sizing cells. I registered custom cell into table view and in the cell xib I gave every subview constraints manually. Please refer to the source code in ...

6

I am running into an issue with automatic/dynamic UITableView section header views that contain a UILabel that wraps (numberOfLines = 0). The height is not being calculated properly, especially onc...

4

Solved

I have Tableview for showing food orders placed by clients. which contains Horizontal UIStackview. In UIStackView In UIStackview There is few one / two lined label and one UITableView which is use...
Limoges asked 30/12, 2017 at 7:35

1

Solved

I've got a project (that has been written by other people) where there's a feed with content and text displayed inside a table view. Each post corresponds to one section in table view, and each sec...

2

func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell{ let json = JSON(data: activityTableView.onlineFeedsData)[indexPath.row] // new if(jso...

7

I am using UITableView with estimatedRowHeight and UITableViewAutomaticDimension. Also I am using NSFetchedResultsControllerDelegate to reflect the changes. Everything is work fine. Now the probl...
Unswerving asked 3/5, 2016 at 10:29

0

I have UITableView with UITableViewAutomaticDimension and some estimatedRowHeight. For this table I am using custom UITableViewCell which contains some label and custom UIView with overridden intri...

3

Solved

I'm using iOS9 XCode7 I need to change the height of cell Dynamically according to labelText Height I have used: self.tableView.rowHeight=UITableViewAutomaticDimension; But it is not working f...
Dinosaurian asked 4/5, 2016 at 8:30

1

Link to the subclass of UITableView I want to find out why UITableView jumps while scrolling. How to perform some changes on UITableView along with setting its contentOffset? This is how I set up m...
Swatter asked 19/9, 2015 at 23:9

2

Solved

I have a custom table view cell that uses auto layout and has a disclosure indicator as an accessory view. The cell size of the cells on the screen are completely wrong when first displayed: As yo...
1

© 2022 - 2024 — McMap. All rights reserved.