ceaseless-prayer / CeaselessIOS

This is the iOS application code for Ceaseless.
http://www.ceaselessprayer.com
MIT License
5 stars 2 forks source link

Person note view shouldn't be scrolling when there isn't enough content #106

Closed chrislim closed 9 years ago

chrislim commented 9 years ago

Right now even though the table only has one row it for some reason scrolls up and down. This makes swiping between cards annoying on the iPad because unless you scroll perfectly horizontally it scrolls the table instead of to the next card.

chrislim commented 9 years ago

Actually...this seems to be how table views ordinarily behave--even the menu has some scroll flex to it.

chrislim commented 9 years ago

Let's not worry about fixing this. The bounce is better than not supporting it.