• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
那一季&花开
博客园    首页    新随笔    联系   管理    订阅  订阅
2015年8月29日
视频播放
摘要: {// 播放器 AVPlayer *player;// 承载视图 UIView *contentView;// 控件承载视图 UIView *controlView;// 进度条 UISlider *progressSlider;}@end@implementation ViewCon... 阅读全文
posted @ 2015-08-29 15:31 那一季&花开 阅读(180) 评论(0) 推荐(0)
利用Quartz2D--context绘制矩形
摘要: //获取上下文 CGContextRef context =UIGraphicsGetCurrentContext(); //线条加粗 CGContextSetLineWidth(context , 5);//创建路径并获取句柄 CGMutablePathRef path =CGPathCreate... 阅读全文
posted @ 2015-08-29 08:46 那一季&花开 阅读(140) 评论(0) 推荐(0)
Quartz2D-contex绘制三角形
摘要: //获取上下文 CGContextRef context =UIGraphicsGetCurrentContext(); //线条加粗 CGContextSetLineWidth(context , 5); //设置背景颜色 [[UIColor grayColor]set]; UIRectFill(... 阅读全文
posted @ 2015-08-29 08:43 那一季&花开 阅读(143) 评论(0) 推荐(0)
利用Quartz2D-contex绘制三角形
摘要: //获取上下文 CGContextRef context =UIGraphicsGetCurrentContext(); //线条加粗 CGContextSetLineWidth(context , 5); //设置背景颜色 [[UIColor grayColor]set]; UIRectFill(... 阅读全文
posted @ 2015-08-29 08:42 那一季&花开 阅读(148) 评论(0) 推荐(0)
利用Quartz2D-contex绘制文本
摘要: //获取上下文 CGContextRef context =UIGraphicsGetCurrentContext(); //线条加粗 CGContextSetLineWidth(context , 5);CGContextSetLineWidth(context, 5); CGRect rect ... 阅读全文
posted @ 2015-08-29 08:39 那一季&花开 阅读(128) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3