2015年11月3日

iOS之push present 动画

摘要: 直接源码:- (void) transitionWithType:(NSString *) type WithSubtype:(NSString *) subtype ForView : (UIView *) view{ //创建CATransition对象 CATransition *anim... 阅读全文

posted @ 2015-11-03 20:55 XHShare 阅读(576) 评论(0) 推荐(0) 编辑

UITextField 属性详解

摘要: //初始化textfield并设置位置及大小 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)];//设置边框样式,只有设置了才会显示边框样式 text.borderStyle = U... 阅读全文

posted @ 2015-11-03 00:31 XHShare 阅读(157) 评论(0) 推荐(0) 编辑

导航