随笔分类 - 常用代码库
摘要:-(void)textAction{ if (isFadeOut) { //navigationbar淡出 _mainView.navigationbar.alpha = 1.0f; [UIViewbeginAnimations:@"fadeOut"context:nil]; [UIViewsetAnimationDuration:0.7]; [UIViewsetAnimationDelegate:self]; [UIView setAnimationDidStopSelector:@selector(animationStop)]; _mainVi...
阅读全文
摘要://// AutoFinishViewController.h// //// Created by mapleon 13-9-25.// Copyright (c) 2013年. All rights reserved.//#import @protocol AutoCompleteDelegate -(void)completeTextData:(NSString *)completeText;@end@interfaceAutoFinishViewController : UITableViewController@property(nonatomic)NSInteger origin..
阅读全文
浙公网安备 33010602011771号