#import "ViewController.h"@interface ViewController ()@end@implementation ViewController-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)even...
分类:
其他好文 时间:
2015-04-10 15:15:14
阅读次数:
123
项目(英文)项目(中文)说明Functional功能性 * Enabled启用该Item是否可用 (Default:Yes)* Justification 对齐指定以何种方式对Item框中的文本值对齐(Left,Center,Right,Start,End)* Implementation Clas...
分类:
数据库 时间:
2015-04-10 13:22:38
阅读次数:
387
#import "ViewController.h"@interface ViewController (){ UIImageView *imageview2; UIScrollView *sv; UIPageControl *page;}@end@implementation ViewCon...
分类:
其他好文 时间:
2015-04-09 13:27:47
阅读次数:
109
#define singleton_interface(className) \+ (className *)shared##className;// @implementation#define singleton_implementation(className) \static classNa...
分类:
移动开发 时间:
2015-04-09 00:47:47
阅读次数:
140
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; self.view.bac...
分类:
其他好文 时间:
2015-04-08 19:50:32
阅读次数:
96
1:@property MyScrollView *scrollView;
2:给MyScrollView,增加类别:MyScrollView+Touch
3:在类别里实现下面三个方法:
@implementation MyScrollView (Touch)
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)even...
分类:
移动开发 时间:
2015-04-07 19:43:54
阅读次数:
153
1.AppDelegate.m 1 #import "AppDelegate.h" 2 #import "ViewController.h" 3 @interface AppDelegate () 4 5 @end 6 7 @implementation AppDelegate 8 9 10 ...
分类:
移动开发 时间:
2015-04-07 13:44:49
阅读次数:
157
【https://gist.github.com/1531596】@interface UIImage (fixOrientation)- (UIImage *)fixOrientation;@end@implementation UIImage (fixOrientation)- (UIImage...
分类:
其他好文 时间:
2015-04-07 13:40:21
阅读次数:
106
Names the predefined ANSI C and Microsoft C++ implementation macros.The compiler recognizes predefined ANSI C macros and the Microsoft C++ implementat...
分类:
其他好文 时间:
2015-04-07 11:36:03
阅读次数:
266
点这里https://github.com/opalOpalOpal is a ruby to javascript source-to-source compiler. It also has an implementation of the ruby corelib.Opal ishosted ...
分类:
编程语言 时间:
2015-04-06 21:39:54
阅读次数:
207