*******#import "HMViewController.h"@interface HMViewController ()@property (nonatomic, weak) CALayer *layer;@end@implementation HMViewController- (voi...
分类:
移动开发 时间:
2015-09-06 18:20:37
阅读次数:
173
******隐式动画(手指拖拽Layer)#import "HMViewController.h"@interface HMViewController ()@property (nonatomic, weak) CALayer *layer;@end@implementation HMViewCo...
分类:
移动开发 时间:
2015-09-06 18:12:10
阅读次数:
162
*******#import "HMViewController.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UIView *redView;@end@implementation HMViewContro...
分类:
移动开发 时间:
2015-09-06 17:53:37
阅读次数:
191
"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...
// { IBOutlet UIImageView *_imageView; IBOutlet UIImageView *_bushImageView; }@end@implementation ViewController- (void)viewDidLoad { [super vi...
分类:
其他好文 时间:
2015-09-05 09:53:40
阅读次数:
203
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; // NSOperation 的...
分类:
其他好文 时间:
2015-09-05 01:17:35
阅读次数:
204
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; // Do any additio.....
分类:
其他好文 时间:
2015-09-05 01:15:41
阅读次数:
188
#import "RootViewController.h"#import "Htohero.h"@interface RootViewController ()@property (nonatomic, retain) NSArray *apps;@end@implementation RootV...
分类:
移动开发 时间:
2015-09-04 22:34:28
阅读次数:
194
问题: Getting Error "'Microsoft.VisualStudio.Editor.Implementation.EditorPackage' package did not load correctly" 解决: Please try to remove %LOCALAPPDATA...
分类:
其他好文 时间:
2015-09-04 18:20:53
阅读次数:
144
编译器指令:用来告诉编译器要做什么 @property: @property是编译器的指令 告诉编译器在@interface中自动生成setter和getter的声明 @synthesize: @synthesize是编译器的指令 告诉编译器在@implementation中自动生成...
分类:
其他好文 时间:
2015-09-03 14:00:30
阅读次数:
264