UIView *rightView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 44, 44)]; UIButton *set…
//Array NSArray *array = @[@1, @2]; NSLog(@"index==== %@", array[2]); NSMutableArray *muAr…
//字符串转变为数组1 NSMutableString * str=[[NSMutableString alloc]initWithFormat:@"1,1,1,1,1,1"]; …
-(void)viewDidLoad { //初始化字符串 self.num1 = [[NSMutableString alloc]init]; self.num2 = [[NSM…
摁快捷键 shift+command+G 调出前往文件夹框 在里面输入(这些自己拼写)/Users/(自己电脑名字)/Library/Developer/Xcode/Derived…
/登录过程 - (IBAction)logIn:(id)sender { //1.确定地址url NSString *urlString =@"http://www.xxx.com…
@implementation ViewController{ NSMutableString *dataString;//邮箱字符串 } - (void)viewDidAppea…
if (![SLComposeViewController isAvailableForServiceType:SLServiceTypeSinaWeibo]) { UIAlert…
NSMutableArray * arr3 = [[NSMutableArray alloc] init]; for (NSArray * ss1 in _GuoneidataSo…
// // UIView+JYAnimation.h // // Created by mac on 15-1-7. // Copyright (c) 2015年 lijianyi…
/** *消息背景控件label */ self.loveLabel=[[UILabel alloc]initWithFrame:CGRectMake(0, 0, self.vie…
var dateFormatter:NSDateFormatter = NSDateFormatter(); dateFormatter.dateFormat = "yyyy/MM…
objective-c 从网络下载图片,保存,并用 UIImageView 从保存中显示