码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
动画demo
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)even...
分类:其他好文   时间:2015-04-10 15:15:14    阅读次数:123
Oracle Form开发应用之Item级别的主要属性
项目(英文)项目(中文)说明Functional功能性 * Enabled启用该Item是否可用 (Default:Yes)* Justification 对齐指定以何种方式对Item框中的文本值对齐(Left,Center,Right,Start,End)* Implementation Clas...
分类:数据库   时间:2015-04-10 13:22:38    阅读次数:387
UIScrollView的简单页面
#import "ViewController.h"@interface ViewController (){ UIImageView *imageview2; UIScrollView *sv; UIPageControl *page;}@end@implementation ViewCon...
分类:其他好文   时间:2015-04-09 13:27:47    阅读次数:109
iOS单例 宏定义
#define singleton_interface(className) \+ (className *)shared##className;// @implementation#define singleton_implementation(className) \static classNa...
分类:移动开发   时间:2015-04-09 00:47:47    阅读次数:140
Quartz2D截屏
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; self.view.bac...
分类:其他好文   时间:2015-04-08 19:50:32    阅读次数:96
ios UIScrollView不能响应TouchesBegin:的事件的解决办法
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
iOS学习笔记(8)——GCD初探
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
UIImage图像旋转
【https://gist.github.com/1531596】@interface UIImage (fixOrientation)- (UIImage *)fixOrientation;@end@implementation UIImage (fixOrientation)- (UIImage...
分类:其他好文   时间:2015-04-07 13:40:21    阅读次数:106
__LINE__ __DATE__ __FILE__ __TIME__ 等宏定义解释
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
opal 将ruby代码转化成javascript
点这里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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!