public marks

PUBLIC MARKS from an_ta with tags view & important

2013

2012

2011

objective c - iPhone: scroll table view cell to visible above custom keyboard-aligned toolbar? - Stack Overflow

(via)
static const CGFloat KEYBOARD_ANIMATION_DURATION = 0.3; static const CGFloat MINIMUM_SCROLL_FRACTION = 0.2; static const CGFloat MAXIMUM_SCROLL_FRACTION = 0.8; // adjust this following value to account for the height of your toolbar, too static const CGFloat PORTRAIT_KEYBOARD_HEIGHT = 216;

2010