Yeah seems like a bug. For example if the code is this:// // Pre: Interface builder set // table row's group // height == Size To Fit Content // label inside table row's group is // Lines == 0 // Size Width == Size To Fit Content // Size Height == Size To Fit Content // Assuming table is populated with this self.myData = @[@0, @1 is something that should span 1 line, @2 some more long text that spans, @3, @4, @5, @6, @7, @8, @9, @10 some additional long text that is loooong!]; // scrolling to 9th item does not show 9th item but barely shows 7 cut off at bottom of screen [self.myTableView scrollToRowAtIndex:9];Will result in a table that barely scrolls to the 7 instead of 9. Are you going to file a bug? If not, I can...