上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 1:delegate或者block传值import UIKitclass ViewController: UIViewController,TestDelegatePassValueDelegate { @IBOutlet weak var TFContent: UITextField! ... 阅读全文
posted @ 2015-10-18 10:13 曹县三胖暴打大猩猩 阅读(589) 评论(0) 推荐(0) 编辑
摘要: class EBTAppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIApplication, didFinishLaunching... 阅读全文
posted @ 2015-10-14 16:56 曹县三胖暴打大猩猩 阅读(876) 评论(0) 推荐(0) 编辑
摘要: POPAnimatableProperty *prop = [POPAnimatableProperty propertyWithName:@"countdown" initializer:^(POPMutableAnimatableProperty *prop) { ... 阅读全文
posted @ 2015-09-24 17:20 曹县三胖暴打大猩猩 阅读(334) 评论(0) 推荐(0) 编辑
摘要: //// 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 曹县三胖暴打大猩猩 阅读(331) 评论(0) 推荐(0) 编辑
摘要: #import @interface TestCell : UITableViewCell@property (weak, nonatomic) IBOutlet UIButton *btnTest;@end#import "ViewController.h"#import "TestCell.h"... 阅读全文
posted @ 2015-07-17 09:34 曹县三胖暴打大猩猩 阅读(263) 评论(0) 推荐(0) 编辑
摘要: #import @interface TJShakeProgressView : UIView@property(nonatomic,assign)CGFloat progress;@end//// TJShakeProgressView.m// TJShakeProgressView//// Cr... 阅读全文
posted @ 2015-07-07 21:17 曹县三胖暴打大猩猩 阅读(257) 评论(0) 推荐(0) 编辑
摘要: #import @interface TJGradientProgressView : UIView/** * 进度值 */@property(nonatomic,assign) CGFloat progressValue;/** * 开始动画 */- (void)startAnimating;... 阅读全文
posted @ 2015-06-17 15:11 曹县三胖暴打大猩猩 阅读(392) 评论(0) 推荐(0) 编辑
摘要: #import @interface TJProgressView : UIView@property(nonatomic,assign)CGFloat progressValue;- (void)showInView:(UIView *)baseView;@end//// TJProgressV... 阅读全文
posted @ 2015-06-12 16:51 曹县三胖暴打大猩猩 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 1:添加LocalAuthentication.framework框架2:实现过程#import "ViewController.h"#import @interface ViewController ()@end@implementation ViewController- (void)viewD... 阅读全文
posted @ 2015-06-06 09:44 曹县三胖暴打大猩猩 阅读(288) 评论(0) 推荐(1) 编辑
摘要: @interface ViewController (){ UIView *firstView; UIView *secondView; UIView *thirdView; }@end@implementation ViewController- (void)v... 阅读全文
posted @ 2015-05-26 17:19 曹县三胖暴打大猩猩 阅读(2092) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页