emufreak / iAmiga

iAmiga sources
45 stars 17 forks source link

Fix scrolling for table view controller, use "discloser indicator" for all cells #5

Closed simontoens closed 9 years ago

simontoens commented 9 years ago

@emufreak I think this fixes the scrolling issue with the last row in the table view on iPhone - see the 2nd answer here: http://stackoverflow.com/questions/19325677/tab-bar-covers-tableview-cells-in-ios7

Also, I changed the cells to all use the "disclosure indicator" accessory instead of using '>' for some cells and then "disclosure indicator" for some other cells. Let me know if there was a good reason for using '>' instead of "disclosure indicator".

I tried to fix the cell label alignment so that all the cells left-align correctly but I ran into some issues with the "Constraints" stuff. I don't fully understand how that works so I left that alone for now.

emufreak commented 9 years ago

Hi @simontoens. The use of ">" instead of "disclosure indicator" was purely a result of lack of knowledge on my side. Once i found out about "disclosure indicator" i started to use it. Thanks for fixing it.