摘要: 首先.h文件添加UIGestureRecognizerDelegate //长按设置情景模式 UILongPressGestureRecognizer *longPress = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(longPressShowView:)]; [self.view addGestureRecognizer:longPress]; [longPress release]; UITapGestureRecognizer* single... 阅读全文
posted @ 2014-01-07 17:35 暖流 阅读(2120) 评论(0) 推荐(0) 编辑
摘要: 跳转模态视图兼容ios5,ios4.3- (void)setWirless{ ConfigureWirelessViewController *vcConfigureWireless = [[ConfigureWirelessViewController alloc] init]; vcConfigureWireless.m_delegateConfigureWireless = self; //创建Nav UINavigationController *navSetWireless = [[UINavigationController alloc] initW... 阅读全文
posted @ 2014-01-07 10:36 暖流 阅读(547) 评论(0) 推荐(0) 编辑