随笔分类 -  iOS开发

摘要:嗯,直接上代码!!!!这是.h文件的#import @interface UIView (AboutKeyboard)@property (nonatomic) CGFloat moveDistince;@property (nonatomic) UIView *moveView;/* *指定一... 阅读全文
posted @ 2014-08-05 16:04 暴Tyrant君 阅读(226) 评论(0) 推荐(0)
摘要:UITextField *tf = [UITextFiled alloc] init]; [[tfvalueForKey:@"textInputTraits"] setValue:[UIColorclearColor] forKey:@"insertionPo... 阅读全文
posted @ 2014-03-18 15:58 暴Tyrant君 阅读(323) 评论(0) 推荐(0)
摘要:做公司项目的时候有个需求,需要从顶端划出一个消息,显示一段时候后自动消失。 实现如下: CGRect rect = [self.view bounds]; CGFloat viewHeight = 50.0f; UIView *alertView = [[UIView al... 阅读全文
posted @ 2014-01-15 16:26 暴Tyrant君 阅读(320) 评论(0) 推荐(0)