lionheart / openradar-mirror

A mirror of radars pulled from http://openradar.me/.
246 stars 17 forks source link

26623090: Default table view cells don't size properly #14791

Open openradar-mirror opened 8 years ago

openradar-mirror commented 8 years ago

Description

Summary: When using self sizing table view cells together with UIKit’s default table view cells, they don’t size correctly. They also change their size while scrolling.

Steps to Reproduce:

  1. Open the attached sample project
  2. Run on iPad
  3. Tap on ‘Open Popover’

Expected Results: The distance from text to separator line should be the same for all cells, top and bottom. Text should be fully visible.

Actual Results: Text is fully visible. Notice that some lines of text are very close to the separator lines as their size is too small.

Regression: It seems that this happens more often when inside a popover and when having an image set, but can also be seen when having a table view without images and first scroll down and then back up. While scrolling up, the scroll view jumps.

Notes: I also attached a Screencast where the issue can be seen. Note the wrongly positioned text label and also the jumping while scrolling through the table view. This is a duplicate of rdar://26621519

OpenRadar Note: Sample can be found here: https://github.com/PSPDFKit-labs/radar.apple.com/tree/master/26621519%20-%20SelfSizingCells

Product Version: 9.3.2 Created: 2016-06-03T15:53:37.684160 Originated: 2016-06-03T17:53:00 Open Radar Link: http://www.openradar.me/26623090

openradar-mirror commented 8 years ago

Modified: 2016-06-03T15:53:37.684340