lerry.chen

Results 3 comments of lerry.chen

> This solved the problem in my case: > > ``` > - (void)emptyDataSetWillAppear:(UIScrollView *)scrollView { > scrollView.contentOffset = CGPointZero; > } > ``` It is very good. So clever....

单选题 : C2- 5. The seasonal variations are as follow: Q1 Q2 Q3 Q4 Y1 200 -250 X 300 One company uses the additive model to calculate the seasonal variation....

I write a categary for FlipBoardNavigationController . So it has two new function 1. -(void)popToViewController:(UIViewController*)toViewController; you can use this pop to any controller in FlipBoardNavigationController.viewcontrollers 2-(void)popToRootViewController; you can easy pop...