PDA

View Full Version : UIScrollView in Tab Bar App




mshepherd
Sep 3, 2009, 01:46 PM
Anyone made an app with a scroll view inside a tab bar? I get a weird object_send message and the app crashes when trying to scroll. The same setup works fine outside of a tab bar app.



mshepherd
Sep 3, 2009, 02:26 PM
Got it working by moving the scroll view delegate into the app delegate, not sure why it has to be there in a tab bar app.