I received an EXC_BAD_ACCESS
when I try scroll up past the top or scroll down past the max position of the table view. This does not happen when tableview is empty but as soon as I add data to table cell and try to scroll up or down to far, I get an "EXC_BAD_ACCESS".
Is there a way to prevent the user from scrolling too far?