资源简介
该压缩包包含苹果手机摇一摇的完整代码,希望对大家有所帮助
代码片段和文件信息
// Created by Yang Meyer on 03.02.12.
// Copyright (c) 2012 compeople. All rights reserved.
#import “CPMotionRecognizingWindow.h“
@implementation CPMotionRecognizingWindow
- (void) motionEnded:(UIEventSubtype)motion withEvent:(UIEvent*)event {
if (event.type == UIEventTypeMotion && event.subtype == UIEventSubtypeMotionShake) {
[[NSNotificationCenter defaultCenter] postNotificationName:@“CPDeviceShaken“ object:self];
}
}
@end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 0 2012-09-22 16:27 MotionRecognizer鎽囦竴鎽?
文件 6148 2012-09-22 16:28 MotionRecognizer鎽囦竴鎽?.DS_Store
目录 0 2012-11-01 13:59 __MACOSX\
文件 0 2012-11-01 13:59 __MACOSX\MotionRecognizer鎽囦竴鎽?
文件 233 2012-09-22 16:28 __MACOSX\MotionRecognizer鎽囦竴鎽?._.DS_Store
目录 0 2012-09-22 16:27 MotionRecognizer鎽囦竴鎽?Component\
文件 174 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Component\CPMotionRecognizingWindow.h
目录 0 2012-11-01 13:59 __MACOSX\MotionRecognizer鎽囦竴鎽?Component\
文件 233 2012-04-20 10:11 __MACOSX\MotionRecognizer鎽囦竴鎽?Component\._CPMotionRecognizingWindow.h
文件 440 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Component\CPMotionRecognizingWindow.m
文件 233 2012-04-20 10:11 __MACOSX\MotionRecognizer鎽囦竴鎽?Component\._CPMotionRecognizingWindow.m
文件 632 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Component\UIResponder+MotionRecognizers.h
文件 233 2012-04-20 10:11 __MACOSX\MotionRecognizer鎽囦竴鎽?Component\._UIResponder+MotionRecognizers.h
文件 489 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Component\UIResponder+MotionRecognizers.m
文件 233 2012-04-20 10:11 __MACOSX\MotionRecognizer鎽囦竴鎽?Component\._UIResponder+MotionRecognizers.m
文件 233 2012-09-22 16:27 __MACOSX\MotionRecognizer鎽囦竴鎽?._Component
目录 0 2012-09-22 16:27 MotionRecognizer鎽囦竴鎽?Demo\
文件 6148 2012-06-07 14:14 MotionRecognizer鎽囦竴鎽?Demo\.DS_Store
目录 0 2012-11-01 13:59 __MACOSX\MotionRecognizer鎽囦竴鎽?Demo\
文件 233 2012-06-07 14:14 __MACOSX\MotionRecognizer鎽囦竴鎽?Demo\._.DS_Store
文件 329 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Demo\CPAppDelegate.h
文件 233 2012-04-20 10:11 __MACOSX\MotionRecognizer鎽囦竴鎽?Demo\._CPAppDelegate.h
文件 982 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Demo\CPAppDelegate.m
文件 233 2012-04-20 10:11 __MACOSX\MotionRecognizer鎽囦竴鎽?Demo\._CPAppDelegate.m
文件 297 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Demo\CPChildViewController.h
文件 233 2012-04-20 10:11 __MACOSX\MotionRecognizer鎽囦竴鎽?Demo\._CPChildViewController.h
文件 1690 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Demo\CPChildViewController.m
文件 233 2012-04-20 10:11 __MACOSX\MotionRecognizer鎽囦竴鎽?Demo\._CPChildViewController.m
文件 12944 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Demo\CPChildViewController.xib
文件 233 2012-04-20 10:11 __MACOSX\MotionRecognizer鎽囦竴鎽?Demo\._CPChildViewController.xib
文件 214 2012-04-20 10:11 MotionRecognizer鎽囦竴鎽?Demo\CPViewController.h
............此处省略60个文件信息
- 上一篇:第十届蓝桥杯省赛代码
- 下一篇:苹果ios微信摇一摇代码实现
评论
共有 条评论