码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
iOS基本手势
#import "TouchViewController.h"@interface TouchViewController ()@end@implementation TouchViewController- (id)initWithNibName:(NSString *)nibNameOrNil ...
分类:移动开发   时间:2015-04-06 00:43:31    阅读次数:321
柴郡猫技术--C++中的PIMPL设计模式
另一个 Blog 地址:http://insaneguy.me 原文链接:http://insaneguy.me/2015/04/05/cheshire_cat_in_cpp-pimpl_idiom/C++ 中的“柴郡猫技术”(Cheshire Cat Idiom),又称为 PIMPL(Pointer to IMPLementation) ,Opaque Pointer 等,是一种在类中只定义接口...
分类:编程语言   时间:2015-04-05 23:41:07    阅读次数:429
使用autolayout的NSLayoutConstraint类中的constraintWithItem 、constraintsWithVisualFormat这两个类方法来创建视图并可以实现自动布局
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad{ [super viewDidLoad]; [self crea...
分类:其他好文   时间:2015-04-05 23:19:31    阅读次数:234
Circular Queue Implementation Principle
Circular Queue Implementation Principle
分类:其他好文   时间:2015-04-04 14:52:45    阅读次数:191
使用块代码实现数组排序和乱序
1 #import "HMViewController.h" 2 3 @interface HMViewController () 4 5 @end 6 7 @implementation HMViewController 8 9 - (void)viewDidLoad10 {11 ...
分类:编程语言   时间:2015-04-04 01:12:28    阅读次数:248
iOS实现旋转
#import "ViewController.h" @interface ViewController () @property (strong, nonatomic)UILabel *label; @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do ...
分类:移动开发   时间:2015-04-03 15:44:37    阅读次数:148
汤姆猫游戏核心代码 ios/objective-c
#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UIImageView *tomImageView;@end@implementation ViewControlle...
分类:移动开发   时间:2015-04-02 20:38:42    阅读次数:137
Understanding Delegated JavaScript Events
While I ended up using a CSS-only implementation forthis pen, I started by writing it mostly using classes and JavaScript.However, I had a conflict. I...
分类:编程语言   时间:2015-04-02 18:16:07    阅读次数:165
TEA encryption with 128bit key
源:TEA encryption with 128bit keyIf anyone needs some basic encryption in software, here's one solution. This TEA implementation fits within less than ...
分类:其他好文   时间:2015-04-01 19:58:14    阅读次数:123
【转】IOS Quartz 各种绘制图形用法-实现画图片、写文字、画线、椭圆、矩形、棱形等
// Only override drawRect: if you perform custom drawing.// An empty implementation adversely affects performance during animation.- (void)drawRect:(C...
分类:移动开发   时间:2015-04-01 19:31:30    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!