iOS??????????????????????????????????????????
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS??????????????????????????????????????????相关的知识,希望对你有一定的参考价值。
??????????????? iba int str super ?????? ?????? ?????? ??????
?????????????????????
1.???????????????
?????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????????
??????????????????QQ???Xcode???????????????????????????2?????????
???????????????????????????????????????Mac???????????????????????????
2.???????????????
1??????????????????????????????????????????????????????1?????????????????????1????????????
???????????????????????????????????????????????????????????????????????????????????????????????????
???????????????????????????????????????????????????????????????????????????????????????
??????
3.???????????????
1???????????????????????????????????????
????????????1???????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????1?????????????????????1?????????
?????????1??????????????????3???????????????????????????A?????????B?????????C???
???????????????
1.??????????????????
1????????????????????????????????????????????????????????????????????????????????????????????????
?????? ->???????????????->????????????
????????????????????????????????????????????????
??????????????????3?????????????????????3???????????????????????????A?????????B?????????C???
2.??????????????????
???????????????CPU????????????1??????????????????1??????????????????????????????
?????????????????????????????????????????????CPU????????????????????????????????????????????????
??????CPU???????????????????????????????????????????????????????????????????????????
???????????????????????????????????????????????????????????????
CPU??????N????????????????????????CPU???????????????????????????CPU??????
??????????????????????????????????????????????????????????????????????????????
3.?????????????????????
??????????????????
????????????????????????????????????
?????????????????????????????????CPU?????????????????????
??????????????????
?????????????????????????????????????????????????????????????????????????????????1M??????????????????512KB??????????????????????????????????????????????????????????????????????????????????????????
???????????????CPU????????????????????????????????????
?????????????????????????????????????????????????????????????????????????????????
4.????????????ios??????????????????
?????????:??????iOS?????????????????????????????????1???????????????????????????????????????UI?????????
????????????????????????
????????????UI??????
??????UI???????????????????????????????????????????????????????????????
????????????????????????:????????????????????????????????????????????????
?????????????????????????????????????????????UI???????????????????????????????????????????????????
5.????????????
1 // 2 // YYViewController.m 3 // 01-??????????????? 4 // 5 // Created by apple on 14-6-23. 6 // Copyright (c) 2014??? itcase. All rights reserved. 7 // 8 9 #import "YYViewController.h" 10 11 @interface YYViewController () 12 - (IBAction)btnClick; 13 @end 14 15 16 @implementation YYViewController 17 18 19 - (void)viewDidLoad 20 { 21 [super viewDidLoad]; 22 } 23 24 25 //????????????????????? 26 - (IBAction)btnClick { 27 //1.?????????????????? 28 NSThread *current=[NSThread currentThread]; 29 //2.??????for?????????????????????????????? 30 for (int i=0; i<10000; i++) { 31 //3.???????????? 32 NSLog(@"btnClick---%d---%@",i,current); 33 } 34 } 35 36 @end
???????????????
????????????????????????????????????textView??????????????????
?????????????????????????????????????????????
??????????????????
以上是关于iOS??????????????????????????????????????????的主要内容,如果未能解决你的问题,请参考以下文章