上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: UIImagePickerController*pickC = [[UIImagePickerControlleralloc]init]; pickC.delegate= self; //进入编辑图界面 pickC.allowsEditing= YES; [selfpresentViewContro... 阅读全文
posted @ 2016-01-03 18:32 挽月细数风流 阅读(143) 评论(0) 推荐(0) 编辑
摘要: -(void)tableView:(UITableView*)tableView willDisplayCell:(UITableViewCell*)cell forRowAtIndexPath:(NSIndexPath*)indexPath{ cell.layer.transform= CATra... 阅读全文
posted @ 2016-01-03 18:31 挽月细数风流 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 在iOS开发中,设置tabBarItem.image图片渲染模式imageWithRenderingMode属性为UIImageRenderingModeAlwaysOriginal,即可使图片显示原始状态.代码示例: firstNAVC.tabBarItem.image= [[UIImage... 阅读全文
posted @ 2016-01-03 18:29 挽月细数风流 阅读(197) 评论(0) 推荐(0) 编辑
摘要: //设置按钮类型,此处为圆角按钮UIButton*writeButton=[UIButtonbuttonWithType:UIButtonTypeRoundedRect];//设置和大小CGRectframe=CGRectMake(100.0f,100.0f,140.0f,50.0f);//将fra... 阅读全文
posted @ 2015-12-17 19:26 挽月细数风流 阅读(146) 评论(0) 推荐(0) 编辑
摘要: /*※选择题(共25题,每题3分)1、关于ViewController的 alloc,loadView, viewDidLoad,viewWillAppear的调用,说法错误的是:答案:(C)A、alloc在初始化当前的ViewController时调用B、没有正在使用nib视图页面,子类将会创建自... 阅读全文
posted @ 2015-12-13 16:41 挽月细数风流 阅读(166) 评论(0) 推荐(0) 编辑
摘要: //// rootViewController.m// UI - 大结局 消息通知//// Created by dllo on 15/12/10.// Copyright (c) 2015年 dllo. All rights reserved.//#import "rootViewControll... 阅读全文
posted @ 2015-12-13 16:39 挽月细数风流 阅读(137) 评论(0) 推荐(0) 编辑
摘要: //// Datahandle.h// Ui - 21 线程//// Created by dllo on 15/12/9.// Copyright (c) 2015年 dllo. All rights reserved.//#import @interface Datahandle : NSObj... 阅读全文
posted @ 2015-12-13 16:37 挽月细数风流 阅读(125) 评论(0) 推荐(0) 编辑
摘要: //// RootViewController.m// Ui - 21 线程//// Created by dllo on 15/12/9.// Copyright (c) 2015年 dllo. All rights reserved.//#import "RootViewController.h... 阅读全文
posted @ 2015-12-13 16:36 挽月细数风流 阅读(167) 评论(0) 推荐(0) 编辑
摘要: //// RootViewController.m// UI - 21 动画//// Created by dllo on 15/12/8.// Copyright (c) 2015年 dllo. All rights reserved.//#import "RootViewController.h... 阅读全文
posted @ 2015-12-13 16:34 挽月细数风流 阅读(184) 评论(0) 推荐(0) 编辑
摘要: //// PlayerViewController.m// UI - 20 音乐播放器//// Created by dllo on 15/12/4.// Copyright (c) 2015年 dllo. All rights reserved.//#import "PlayerViewContr... 阅读全文
posted @ 2015-12-13 16:33 挽月细数风流 阅读(370) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页