M mshepherd macrumors regular Original poster Feb 29, 2004 152 9 Sep 3, 2009 #1 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.
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.
M mshepherd macrumors regular Original poster Feb 29, 2004 152 9 Sep 3, 2009 #2 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.
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.