Sportica   Sportica
摘要: -(void)initTimer{ //时间间隔 NSTimeInterval timeInterval =3.0 ; //定时器 repeats 表示是否需要重复,NO为只重复一次 NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:timeInterval target:self selector:@selector(mobileAnimation) userInfo:nil repeats:YES];} 阅读全文
posted @ 2012-07-12 18:20 qingjoin 阅读(1941) 评论(0) 推荐(2) 编辑
摘要: //// setting.h// TestNew//// Created by jlz on 12-6-29.// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.//#import <UIKit/UIKit.h>#import "ViewController.h"#import <zlib.h>typedef enum _testElement { one, two, three, four, }_testElement;@interface setting : UIViewCo 阅读全文
posted @ 2012-07-12 16:53 qingjoin 阅读(507) 评论(0) 推荐(0) 编辑
  Sportica