Chinaunix首页 | 论坛 | 博客
  • 博客访问: 386004
  • 博文数量: 284
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1707
  • 用 户 组: 普通用户
  • 注册时间: 2014-05-14 16:38
文章分类

全部博文(284)

文章存档

2015年(6)

2014年(278)

我的朋友

发布时间:2014-06-28 15:31:08

我们在用键盘录入的时候,有可能会遮挡录入框,所以我们应调整UIView的位置,使其不被遮挡。我写了一个通用的方法可以解决这个问题:1. [代码][C/C++]代码         - (void)moveView:(UITextField *)textField leaveView:(BOOL)leave      {         .........【阅读全文】

阅读(496) | 评论(0) | 转发(0)

发布时间:2014-06-28 15:24:51

1. [代码][C/C++]代码         NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init];     NSUserDefaults *defs = [NSUserDefaults standardUserDefaults];        NSLog(@"Load currentCookie:%@", cookie);    [request setV.........【阅读全文】

阅读(702) | 评论(0) | 转发(0)

发布时间:2014-06-28 15:17:27

1. [代码][C/C++]代码     //这里创建一个圆角矩形的按钮    UIButton *button1 = [UIButton buttonWithType:UIButtonTypeRoundedRect];    //    能够定义的button类型有以下6种,//    typedef enum {//        UIButtonTypeCust.........【阅读全文】

阅读(621) | 评论(0) | 转发(0)

发布时间:2014-06-28 15:12:30

1. [代码][C/C++]代码     //创建uilabelUILabel *label1 = [[UILabel alloc] initWithFrame:CGRectMake(20, 40, 280, 80)];//设置背景色label1.backgroundColor = [UIColor grayColor];//设置taglabel1.tag = 91;//设置标签文本label1.text = @"Hello world!";//设置标签文本字体和字体大小label.........【阅读全文】

阅读(782) | 评论(0) | 转发(0)

发布时间:2014-06-27 14:55:35

1、从https://github.com/stig/json-framework/中下载json框架:json-framework2、解压下载的包,将class文件夹下的所有文件导入到当前工程下。3、在使用的文件中加入导入语句 :#import "SBJson.h"4、将json字符串转为NSDictionary对象[cpp]  view plain copy//测试json的解析  -(void)testJsonParse.........【阅读全文】

阅读(524) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册