• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
zzqqrr
博客园 首页 新随笔 联系 订阅 订阅 管理
上一页 1 2 3 4 5 下一页

2017年9月14日

ios中 pickerView的用法
摘要: 今天是一个特殊的日子(Mac pro 敲的 爽。。。 昨天到的) 阅读全文
posted @ 2017-09-14 22:47 qrcode 阅读(254) 评论(0) 推荐(0)
 
 

2017年9月9日

ios数组基本用法和排序
摘要: 1.创建数组 2.数组的一些基本方法 3.遍历数组 4.数组排序 阅读全文
posted @ 2017-09-09 00:22 qrcode 阅读(195) 评论(0) 推荐(0)
 
 

2017年9月8日

ios 拉伸图片和计算文字的大小
摘要: 一.拉伸图片 二.计算文字的大小 阅读全文
posted @ 2017-09-08 17:27 qrcode 阅读(361) 评论(0) 推荐(0)
 
 

2017年8月31日

ios表单验证帮助类
摘要: // // ValidateHelper.h // #import @interface ValidateHelper : NSObject //邮箱 + (BOOL) validateEmail:(NSString *)email; //手机号码验证 + (BOOL) validateMobile1:(NSString *)mobile; //车牌号验证 + (BOOL) valida... 阅读全文
posted @ 2017-08-31 01:06 qrcode 阅读(525) 评论(0) 推荐(0)
 
 

2017年8月29日

ios 手机验证码用户注册(倒计时15秒)
摘要: // // ViewController.m // register手机验证码注册 // // Created by zzqqrr on 17/8/28. // Copyright (c) 2017年 zzqqrr. All rights reserved. // #import "ViewController.h" #import "MBProgressHUD+MJ.h" @in... 阅读全文
posted @ 2017-08-29 15:49 qrcode 阅读(275) 评论(0) 推荐(0)
 
 

2017年8月28日

ios 汽车品牌展示案例
摘要: 汽车组模型 汽车模型 主控制器 阅读全文
posted @ 2017-08-28 15:25 qrcode 阅读(465) 评论(0) 推荐(0)
 
ios UITableView性能优化
摘要: /** * 每当有一个cell进入视野范围内,就会调用 */ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { // static修饰局部变量:可以保证局部变量只分配一次存储空间(只初始化一次) static NSS... 阅读全文
posted @ 2017-08-28 10:36 qrcode 阅读(156) 评论(0) 推荐(0)
 
ios隐藏头部状态栏级tableview头部控件
摘要: - (BOOL)prefersStatusBarHidden { return YES; } self.tableView.separatorColor = [UIColor colorWithRed:255/255.0 green:255/255.0 blue:0 alpha:255/255.0]; self.tableView.separatorStyle =... 阅读全文
posted @ 2017-08-28 10:25 qrcode 阅读(635) 评论(0) 推荐(0)
 
ios UITableView背景图片设置
摘要: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { UITableViewCell *cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue2 ... 阅读全文
posted @ 2017-08-28 09:59 qrcode 阅读(261) 评论(0) 推荐(0)
 
 

2017年8月25日

ios初识UITableView及简单用法二(模型数据)
摘要: 模型 阅读全文
posted @ 2017-08-25 18:00 qrcode 阅读(149) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3