随笔分类 -  常用代码库

摘要:-(void)textAction{ if (isFadeOut) { //navigationbar淡出 _mainView.navigationbar.alpha = 1.0f; [UIViewbeginAnimations:@"fadeOut"context:nil]; [UIViewsetAnimationDuration:0.7]; [UIViewsetAnimationDelegate:self]; [UIView setAnimationDidStopSelector:@selector(animationStop)]; _mainVi... 阅读全文
posted @ 2013-10-10 16:02 mapleyuan 阅读(251) 评论(0) 推荐(0)
摘要://// 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.. 阅读全文
posted @ 2013-09-26 11:30 mapleyuan 阅读(1002) 评论(0) 推荐(0)