摘要: 如果你希望使用iPhone的网络功能并保持长连接,并使用Wifi的话,你可能会发现一个问题,那就是在iPhone处于睡眠状态时,Wifi会中断,这样程序就无法保持连接。(iPhone非官方SDK)下面的代码可能会帮你解决这个问题。以下代码摘自MobileChat:首先在applicationDidFinishLaunching方法中添加以下代码:IONotificationPortRef notificationPort;root_port = IORegisterForSystemPower(self, &notificationPort, powerCallback, &n 阅读全文
posted @ 2013-01-09 13:56 郑文亮 阅读(986) 评论(0) 推荐(0) 编辑
摘要: 头文件--------------------------------------------------------------------------------------------EditImgView.h#import <Foundation/Foundation.h>#import <QuartzCore/QuartzCore.h>@interface EditImgView : UIImageView { CGFloat zoom; CGPoint previousPoint; // used in move BOOL moving; CGFloat p 阅读全文
posted @ 2013-01-09 09:22 郑文亮 阅读(811) 评论(0) 推荐(0) 编辑