2014年12月5日

摘要: alertView可以标记自己textView的index,通过index调用。- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ [tableView desel... 阅读全文
posted @ 2014-12-05 16:32 rankilau 阅读(223) 评论(0) 推荐(1)
摘要: UIImagePickerController *camera;//点击tableView上得按钮,弹出UIActionSheet- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)ind... 阅读全文
posted @ 2014-12-05 16:17 rankilau 阅读(281) 评论(0) 推荐(1)
摘要: 已经获取到了 分享下代码- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info{if(picker.sourceType ==... 阅读全文
posted @ 2014-12-05 15:16 rankilau 阅读(555) 评论(0) 推荐(0)
摘要: #pragma mark - 检测非法字符/*手机号码验证 MODIFIED BY HELENSONG* 正确返回true*/-(BOOL) isValidateMobile:(NSString *)mobile{ //手机号以13, 15,18开头,八个 \d 数字字符 NSString *p... 阅读全文
posted @ 2014-12-05 15:07 rankilau 阅读(295) 评论(0) 推荐(1)

导航