raweng / stack-scroll-view

Stack Scroll View Panel like Twitter Ipad app for iOS developers [iPad]
http://www.raweng.com
Other
379 stars 145 forks source link

Start View should snap to icons only if wide enough #24

Open yasirmturk opened 13 years ago

yasirmturk commented 13 years ago

[appDelegate.rootViewController.stackScrollViewController addViewInSlider:dataViewController invokeByController:self isStackStartView:TRUE];

here if dataViewController.view.frame.size.width > (self.view.frame.size.width - menuViewController.frame.size.width)

then Start view should snap to Icons Only just like it does on subsequent views

similarly Start View should switch snapping to Icon only / full menu on Orientation changes under same condition