摘要: //// ViewController.m// 勾股定理//// Created by 张秀清 on 15/6/8.// Copyright (c) 2015年 张秀清. All rights reserved.//#import "ViewController.h"//角度转弧度#defi... 阅读全文
posted @ 2015-06-08 16:05 sixindev 阅读(3141) 评论(0) 推荐(0)
摘要: 原帖地址:http://www.oschina.net/question/565065_76244 阅读全文
posted @ 2015-06-08 13:52 sixindev 阅读(590) 评论(0) 推荐(0)
摘要: 效果如图.实现方法比较简单,在view上增加一个label label设置: 1 badgeLabel = [[UILabel alloc]initWithFrame:CGRectMake(CGRectGetMaxX(imageView.frame)+2, -10, 20, ... 阅读全文
posted @ 2015-06-08 09:05 sixindev 阅读(927) 评论(0) 推荐(0)