会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
杀一个程序猿不需要用枪,改三次需求就可以了。
养成记笔录的良好习惯,可以不断提升自己的能力
(To develop good habits of mind, can upgrade their capabilities!)!
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
11
下一页
2015年10月18日
swift-delegate(代理)或者block传值
摘要: 1:delegate或者block传值import UIKitclass ViewController: UIViewController,TestDelegatePassValueDelegate { @IBOutlet weak var TFContent: UITextField! ...
阅读全文
posted @ 2015-10-18 10:13 曹县三胖暴打大猩猩
阅读(597)
评论(0)
推荐(0)
2015年10月14日
swift-自定义TabBar工具栏
摘要: class EBTAppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIApplication, didFinishLaunching...
阅读全文
posted @ 2015-10-14 16:56 曹县三胖暴打大猩猩
阅读(901)
评论(0)
推荐(0)
2015年9月24日
利用POPAnimatableProperty属性来实现动画倒计时
摘要: POPAnimatableProperty *prop = [POPAnimatableProperty propertyWithName:@"countdown" initializer:^(POPMutableAnimatableProperty *prop) { ...
阅读全文
posted @ 2015-09-24 17:20 曹县三胖暴打大猩猩
阅读(348)
评论(0)
推荐(0)
2015年7月22日
NSLayoutConstraints加动画来改变约束
摘要: //// ViewController.m// NSLayoutAnimationDemo//// Created by ebaotong on 15/7/22.// Copyright (c) 2015年 com.csst. All rights reserved.//#import "V...
阅读全文
posted @ 2015-07-22 14:38 曹县三胖暴打大猩猩
阅读(343)
评论(0)
推荐(0)
2015年7月17日
objc_setAssociatedObject获取cell上button对应所在的行
摘要: #import @interface TestCell : UITableViewCell@property (weak, nonatomic) IBOutlet UIButton *btnTest;@end#import "ViewController.h"#import "TestCell.h"...
阅读全文
posted @ 2015-07-17 09:34 曹县三胖暴打大猩猩
阅读(268)
评论(0)
推荐(0)
2015年7月7日
上下抖动的进度条
摘要: #import @interface TJShakeProgressView : UIView@property(nonatomic,assign)CGFloat progress;@end//// TJShakeProgressView.m// TJShakeProgressView//// Cr...
阅读全文
posted @ 2015-07-07 21:17 曹县三胖暴打大猩猩
阅读(265)
评论(0)
推荐(0)
2015年6月17日
CAGradientLayer 颜色渐变实现进度条
摘要: #import @interface TJGradientProgressView : UIView/** * 进度值 */@property(nonatomic,assign) CGFloat progressValue;/** * 开始动画 */- (void)startAnimating;...
阅读全文
posted @ 2015-06-17 15:11 曹县三胖暴打大猩猩
阅读(404)
评论(0)
推荐(0)
2015年6月12日
CABasicAnimation - 上下滑动动画
摘要: #import @interface TJProgressView : UIView@property(nonatomic,assign)CGFloat progressValue;- (void)showInView:(UIView *)baseView;@end//// TJProgressV...
阅读全文
posted @ 2015-06-12 16:51 曹县三胖暴打大猩猩
阅读(425)
评论(0)
推荐(0)
2015年6月6日
ios 指纹识别解锁
摘要: 1:添加LocalAuthentication.framework框架2:实现过程#import "ViewController.h"#import @interface ViewController ()@end@implementation ViewController- (void)viewD...
阅读全文
posted @ 2015-06-06 09:44 曹县三胖暴打大猩猩
阅读(296)
评论(0)
推荐(1)
2015年5月26日
ios -使用NSLayoutConstraint实现多个view等宽等高等间距
摘要: @interface ViewController (){ UIView *firstView; UIView *secondView; UIView *thirdView; }@end@implementation ViewController- (void)v...
阅读全文
posted @ 2015-05-26 17:19 曹县三胖暴打大猩猩
阅读(2103)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告