效果图:工程目录:此代码需要加第三方库,MLTableAlert.RootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self showTableA...
分类:
其他好文 时间:
2014-10-27 14:14:54
阅读次数:
152
效果图:工程图:此工程要引入第三方库DXAlertViewRootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self twoBtnClicked]...
分类:
其他好文 时间:
2014-10-27 12:30:42
阅读次数:
223
效果图:工程图:注意:此文件要加入第三主库URBAlertView.RootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ URBAlertVie...
分类:
其他好文 时间:
2014-10-27 12:25:20
阅读次数:
122
效果图:工程图:注意,此工程需要导入第三方库STAlertViewRootViewController.m//点击任何处,弹出按钮-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self showTextFie...
分类:
其他好文 时间:
2014-10-27 12:15:46
阅读次数:
193
效果图:工程图:此工程需要导入第三方,AMSmoothAlertRootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ alert = [[AMSmoot...
分类:
其他好文 时间:
2014-10-27 10:45:46
阅读次数:
189
直接上代码示例:-(void)touchesBeGan:(NSSet *)touches withEvent:(UIEvent *)event{ //1.url NSURL *url = [NSURL URLWithString:@"http://m.baidu.com"]' //2.requ...
分类:
移动开发 时间:
2014-10-22 23:41:10
阅读次数:
506
1.请简述NSSet、NSArray 、NSDictionary的区别 NSSet、NSArray、NSDictionary 都是属于不可变集合类,在集合类里只能添加对象元素不能添加基本数据类型。 不可变:在创建完集合类后就不能够对他们进行修改。 NSSet: 1.是一个无序的集合 2.在内存中存储...
分类:
移动开发 时间:
2014-10-22 14:18:46
阅读次数:
246
效果图:代码://点击任何处,弹出输入框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UIAlertView *dialog = [[UIAlertView alloc] initWithTitle:@...
分类:
其他好文 时间:
2014-10-21 15:14:25
阅读次数:
147
效果图:代码://点击任何处,弹出提示选项-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UIAlertView * alert=[[UIAlertView alloc] initWithTitle:@"...
分类:
移动开发 时间:
2014-10-21 11:58:04
阅读次数:
181
点击页面任何处,出现如下情况,效果图如下:代码:-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UIAlertView * alterView = [[UIAlertView alloc]initWithTitl...
分类:
其他好文 时间:
2014-10-21 10:10:43
阅读次数:
207