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

2016年1月16日

2016 -1- 16 多线程学习第一天~
摘要: 一:线程与进程的概念 0.概述:(摘抄自:http://www.cnblogs.com/lmule/archive/2010/08/18/1802774.html)简而言之,一个程序至少有一个进程,一个进程至少有一个线程.线程的划分尺度小于进程,使得多线程程序的并发性高。另外,进程在执行过程中拥有独... 阅读全文
posted @ 2016-01-16 16:04 zhenglinx 阅读(160) 评论(0) 推荐(0)
 
 

2016年1月15日

2016-1-15 抽屉效果实现demo
摘要: //// ViewController.m// 抽屉//// Created by Mac on 16/1/15.// Copyright © 2016年 Mac. All rights reserved.//#import "ViewController.h"@interface View... 阅读全文
posted @ 2016-01-15 19:49 zhenglinx 阅读(208) 评论(0) 推荐(0)
 
 

2016年1月14日

2016 - 1- 14 UI阶段学习补充 transform属性详解
摘要: UIView的transform属性 transform是view的一个重要属性,它在矩阵层面上改变view的显⽰状态,能实现view的缩放、旋转、平移等功能。transform是CGAffineTransform类型的。使用transform后view的frame被真实改变的。struct CGA... 阅读全文
posted @ 2016-01-14 18:17 zhenglinx 阅读(219) 评论(0) 推荐(0)
 
 

2016年1月11日

2016-1-10 组动画学习 底部旋转菜单的实现
摘要: #define detal 80;// 按钮间距#import "ZZMenuView.h"@interface ZZMenuView()@property (nonatomic, strong) NSMutableArray *items;@property (weak, nonatomic) I... 阅读全文
posted @ 2016-01-11 22:39 zhenglinx 阅读(231) 评论(0) 推荐(0)
 
2016-1-10 组动画学习 动画实例
摘要: //// ViewController.m// 车晓迪demo//// Created by Mac on 16/1/11.// Copyright © 2016年 Mac. All rights reserved.//#import "ViewController.h"@interface... 阅读全文
posted @ 2016-01-11 20:30 zhenglinx 阅读(226) 评论(0) 推荐(0)
 
2016-1-10 核心动画学习 专场动画实例
摘要: //// ViewController.m// 图片浏览器//// Created by Mac on 16/1/11.// Copyright © 2016年 Mac. All rights reserved.//#import "ViewController.h"@interface V... 阅读全文
posted @ 2016-01-11 18:19 zhenglinx 阅读(196) 评论(0) 推荐(0)
 
2016-1-10 核心动画 图标抖动
摘要: //// ViewController.m// 图标抖动//// Created by Mac on 16/1/11.// Copyright © 2016年 Mac. All rights reserved.//#import "ViewController.h"@interface Vi... 阅读全文
posted @ 2016-01-11 17:12 zhenglinx 阅读(173) 评论(0) 推荐(0)
 
 

2016年1月10日

2016-1-10 手势解锁demo的实现
摘要: 一:实现自定义view,在.h,.m文件中代码如下:#import @class ZLLockView;@protocol ZLLockViewDelegate - (void)lockView:(ZLLockView *)lockView didSelectedPwd: (NSString *)p... 阅读全文
posted @ 2016-01-10 01:12 zhenglinx 阅读(228) 评论(0) 推荐(0)
 
 

2016年1月9日

2016-1-9 Quartz框架的学习,写字板demo
摘要: 一:自定义view .h文件中代码如下#import @interface ZLpaintView : UIView@property(nonatomic, strong) UIColor *currentColor;- (void)back;- (void)clear;- (void)saveto... 阅读全文
posted @ 2016-01-09 20:34 zhenglinx 阅读(211) 评论(0) 推荐(0)
 
2016-1-9 Quartz框架的学习,剪裁图片并设置边框
摘要: #import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; // Do any add... 阅读全文
posted @ 2016-01-09 16:32 zhenglinx 阅读(272) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 7 8 下一页

公告


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