最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
手机开发之xcode 开发快速小手册
时间:2022-06-25 23:48:21 编辑:袖梨 来源:一聚教程网
知识库
加载一张图片
UIImageView *imageView =[[UIImageView alloc]initWithFrame:CGRectMake(100, 100, 200, 200)];
imageView.image=[UIImage imageNamed:@"22.png"];
[self.view addSubview:imageView];
弹出窗口
NSString *msg = @”f*au*ck U”;
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@”message” message:msg delegate:self cancelButtonTitle:@”No” otherButtonTitles:@”Yes”, nil]; [alert show];
集成一个弹窗方法
NSString *a = [NSString stringWithFormat:@"group s %d",index];
[self alert:a];
字符串数字转换
1,字符串拼接
NSString *newString = [NSString stringWithFormat:@"%@%@",tempA,tempB];
2,字符转int
int intString = [newString intValue];
3,int转字符
NSString *stringInt = [NSString stringWithFormat:@"%d",intString];
解决中文乱码问题,POST也可以用,textfield也可以用的。
[NSString stringWithCString:[str UTF8String] encoding:NSUTF8StringEncoding];
相关文章
- 以闪亮之名店长体验流霞季怎么玩 缘溪临霞套装活动介绍 12-31
- 未定事件簿旧梦新生左然篇怎么玩 旧梦新生左然篇活动介绍 12-31
- 未定事件簿左然破浪远行怎么样 12-31
- 桃源深处有人家行医问诊怎么玩 12-31
- 恋与制作人跨年福利有哪些 恋与制作人跨年福利内容介绍 12-31
- 阴阳师协同对弈大乱斗怎么玩 阴阳师协同对弈大乱斗活动介绍 12-31