码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
IOS UIImage 模糊
#import #import #import @interface UIImage (Blur)// 0.0 to 1.0- (UIImage*)blurredImage:(CGFloat)blurAmount;@end#import "UIImage+Blur.h"@implementation...
分类:移动开发   时间:2014-11-04 19:28:41    阅读次数:236
IOS 创建一张有颜色的UIImage
#import @interface UIImage (ImageWithColor)+ (UIImage *)imageWithColor:(UIColor *)color;@end#import "UIImage+ImageWithColor.h"@implementation UIImage ...
分类:移动开发   时间:2014-11-04 19:22:43    阅读次数:726
IOS 截屏
UIImage+Screenshot.h#import @interface UIImage (Screenshot)+ (UIImage *)screenshot;@end#import "UIImage+Screenshot.h"@implementation UIImage (Screensh...
分类:移动开发   时间:2014-11-04 18:54:52    阅读次数:163
双数组Trie的一种实现
An Implementation of Double-Array Trie双数组Trie的一种实现原文:http://linux.thai.net/~thep/datrie/datrie.html引文:http://quweiprotoss.blog.163.com/blog/static/408...
分类:编程语言   时间:2014-11-04 12:49:25    阅读次数:290
使用ScrollView缩放图片
ViewController.h @interface ViewController : UIViewController { UIScrollView *_scrollView; }ViewController.m #import "ViewController.h" @interface ViewController () @end @implementation ViewC...
分类:其他好文   时间:2014-11-02 09:32:21    阅读次数:176
简易图片浏览器【可缩放图片,滑动后恢复正常】
AppDelegate.h #import "AppDelegate.h" #import "RootViewController.h" @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launc...
分类:其他好文   时间:2014-11-02 09:32:00    阅读次数:196
表的头视图下拉放大效果
ViewController.h @interface ViewController : UIViewController { UIImageView *_imageView; } ViewController.m #import "ViewController.h" @interface ViewController () @end @implementation View...
分类:其他好文   时间:2014-11-02 09:30:42    阅读次数:129
精通ios开发第六版,第一章,文章中的例子及习题.
第一章 1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 10 - (IBAction)buttonPressed:(UI...
分类:移动开发   时间:2014-11-01 01:01:34    阅读次数:287
iOS AppDelegate 头文件中默认的方法声明,中文翻译
如题: 1 #import "AppDelegate.h" 2 3 @interface AppDelegate () 4 5 @end 6 7 @implementation AppDelegate 8 9 10 - (BOOL)application:(UIApplication *)a...
分类:移动开发   时间:2014-11-01 01:00:09    阅读次数:172
数组倒序文件,用时可以直接用
#import @interface NSMutableArray (Convert) - (NSMutableArray *)convertArr:(NSMutableArray *)arr; @end #import "NSMutableArray+Convert.h" @implementation NSMutableArray (Convert) ...
分类:编程语言   时间:2014-10-31 15:46:49    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!