码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
IOS第18天(5,CABasicAnimation基本动画)
*******#import "HMViewController.h"@interface HMViewController ()@property (nonatomic, weak) CALayer *layer;@end@implementation HMViewController- (voi...
分类:移动开发   时间:2015-09-06 18:20:37    阅读次数:173
IOS第18天(3,CALayer隐式动画)
******隐式动画(手指拖拽Layer)#import "HMViewController.h"@interface HMViewController ()@property (nonatomic, weak) CALayer *layer;@end@implementation HMViewCo...
分类:移动开发   时间:2015-09-06 18:12:10    阅读次数:162
IOS第18天(6,CAKeyframeAnimation关键帧动画)
*******#import "HMViewController.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UIView *redView;@end@implementation HMViewContro...
分类:移动开发   时间:2015-09-06 17:53:37    阅读次数:191
The Swiss Army Knife of Data Structures … in C#
"I worked up a full implementation as well but I decided that it was too complicated to post in the blog. What I was really trying to get across was t...
分类:Windows程序   时间:2015-09-06 17:49:26    阅读次数:372
CAAnimationGroup-倒入垃圾桶实例
// { IBOutlet UIImageView *_imageView; IBOutlet UIImageView *_bushImageView; }@end@implementation ViewController- (void)viewDidLoad { [super vi...
分类:其他好文   时间:2015-09-05 09:53:40    阅读次数:203
操作和操作队列(NSOperation)
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; // NSOperation 的...
分类:其他好文   时间:2015-09-05 01:17:35    阅读次数:204
NSOperation高级操作
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; // Do any additio.....
分类:其他好文   时间:2015-09-05 01:15:41    阅读次数:188
iOS中UITableView--(从plist读取数据到model,实现懒加载, TableView的数据加载)
#import "RootViewController.h"#import "Htohero.h"@interface RootViewController ()@property (nonatomic, retain) NSArray *apps;@end@implementation RootV...
分类:移动开发   时间:2015-09-04 22:34:28    阅读次数:194
VS2013问题与解决方法
问题: Getting Error "'Microsoft.VisualStudio.Editor.Implementation.EditorPackage' package did not load correctly" 解决: Please try to remove %LOCALAPPDATA...
分类:其他好文   时间:2015-09-04 18:20:53    阅读次数:144
OC基础--Property
编译器指令:用来告诉编译器要做什么 @property: @property是编译器的指令 告诉编译器在@interface中自动生成setter和getter的声明 @synthesize: @synthesize是编译器的指令 告诉编译器在@implementation中自动生成...
分类:其他好文   时间:2015-09-03 14:00:30    阅读次数:264
1803条   上一页 1 ... 96 97 98 99 100 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!