摘要: 【textView文本输入 字数限制】// 监听文本改变 触发时机(通过发送通知完成)-(void)textViewEditChanged:(NSNotification *)obj{ UITextView *textView = (UITextView *)obj.object; NSAt... 阅读全文
posted @ 2015-07-08 15:24 笨笨编程 阅读(518) 评论(0) 推荐(0) 编辑
摘要: //判断手机号是否合法+ (BOOL)isMobileNumber:(NSString *)mobileNum{ /** * 手机号码 * 移动:134[0-8],135,136,137,138,139,150,151,157,158,159,182,187,188,186,183 * 联通... 阅读全文
posted @ 2015-07-08 15:23 笨笨编程 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 【UIScrollView】//内容区域@property(nonatomic) CGPoint contentSize;//偏移量@property(nonatomic) CGSize contentOffset;//弹簧效果@property(nonatomic) BOOL bounces;//... 阅读全文
posted @ 2015-07-08 15:22 笨笨编程 阅读(161) 评论(0) 推荐(0) 编辑