会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
原码
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2016年3月28日
UIView的基本属性及ANimation
摘要: frame属性:可以使用该属性改变尺寸和位置 相对于父视图bounds:改变尺寸 相对自身center:改变视图的位置alpha:改变视图的透明度backgroundColor:改变视图的背景contentStretch:改变视图内容如何拉伸//开始动画[UIView beginAnimations
阅读全文
posted @ 2016-03-28 21:58 原码
阅读(164)
评论(0)
推荐(0)
2016年3月25日
iOS9以后 GDataXMLNode修改方式
摘要: iOS9以后GDataXMLNode修改方式
阅读全文
posted @ 2016-03-25 21:58 原码
阅读(150)
评论(0)
推荐(0)
2016年3月24日
最新网咯请求
摘要: //1.获取网咯路径 NSString *path = @"http://1.studyios.sinaapp.com/getAllClass.php"; //2.获取URL NSURL *url = [NSURL URLWithString:path]; //3.创建请求命令 NSURLReque
阅读全文
posted @ 2016-03-24 22:14 原码
阅读(131)
评论(0)
推荐(0)
2016年3月23日
数据库增删改查代码
摘要: -(NSArray *)getAllStundets { //1创建临时集合 存储学生信息 NSMutableArray *arr = [NSMutableArray arrayWithCapacity:20]; //2打开数据库 sqlite3 *sql = [DBManager openDB];
阅读全文
posted @ 2016-03-23 22:34 原码
阅读(1711)
评论(0)
推荐(0)
2016年3月22日
数据库的增删改查
摘要: primary key 维一键 不为空 autoinc 自动增长 在前面数自动加一
阅读全文
posted @ 2016-03-22 22:56 原码
阅读(126)
评论(0)
推荐(0)
自定义类的归解档
摘要: @interface Student : NSObject @property (strong,nonatomic) NSString *name; @property (assign,nonatomic) int age; @property (assign,nonatomic) char sex
阅读全文
posted @ 2016-03-22 07:43 原码
阅读(169)
评论(0)
推荐(0)
2016年3月20日
通知传值 notification
摘要: @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; self.textF = [[UITextField alloc] initWithFrame:CGRectMake(100, 100, 100, 40
阅读全文
posted @ 2016-03-20 22:31 原码
阅读(156)
评论(0)
推荐(0)
2016年3月18日
自定义cell
摘要: @interface MyCellTableViewCell : UITableViewCell //在单元格中添加子视图 @property (strong,nonatomic) UILabel *MyLable; //为子视图赋值 -(void)setCellinfo:(NSDictionary
阅读全文
posted @ 2016-03-18 21:53 原码
阅读(217)
评论(0)
推荐(0)
2016年3月17日
微信界面
摘要: @interface RootTableViewController : UITableViewController @property (strong,nonatomic) NSArray *arrTitle; @property (strong,nonatomic) NSArray *arrIm
阅读全文
posted @ 2016-03-17 22:41 原码
阅读(230)
评论(0)
推荐(0)
2016年3月16日
设置字体阴影
摘要: self.view.backgroundColor = [UIColor grayColor]; self.text = [[UITextField alloc] initWithFrame:CGRectMake(100, 100, 200, 110)]; self.text.text = @"空间
阅读全文
posted @ 2016-03-16 22:03 原码
阅读(182)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告