¡@

Home 

2014/10/15 ¤U¤È 10:10:48

iphone Programming Glossary: kslidenavigationcontrollerstatesearching

Application run on simulator but not on device in iphone

http://stackoverflow.com/questions/20800108/application-run-on-simulator-but-not-on-device-in-iphone

_overlayView removeFromSuperview void slideSlideNavigationControllerViewOffScreen _slideNavigationControllerState kSlideNavigationControllerStateSearching UIView animateWithDuration 0.2 delay 0.0f options UIViewAnimationOptionCurveEaseInOut UIViewAnimationOptionBeginFromCurrentState.. addSubview _overlayView #pragma mark UITouch Logic void cancelSearching if _slideNavigationControllerState kSlideNavigationControllerStateSearching _searchBar resignFirstResponder _slideNavigationControllerState kSlideNavigationControllerStateNormal _searchBar.text @.. NSInteger tableView UITableView tableView numberOfRowsInSection NSInteger section if _slideNavigationControllerState kSlideNavigationControllerStateSearching return self.delegate searchDatasource count else return self.delegate datasource objectAtIndex section objectForKey kSlideViewControllerSectionViewControllersKey..