- 博客(6)
- 收藏
- 关注
原创 A股有望迎开门红 2015年牛市行情将延续
http://weheartit.com/d3wj/collections/74567598-2015-01-04/ http://weheartit.com/eiol3/collections/74567584-2015-01-04/ http://weheartit.com/d3wj/collections/74567569-2015-01-04/ http://weheartit.co
2015-01-05 01:10:02
282
转载 【转】 UILabel自适应高度和自动换行
//初始化label UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0,0,0,0)]; //设置自动行数与字符换行 [label setNumberOfLines:0]; label.lineBreakMode = UILineBreakModeWordWrap; // 测试字串 &nbs...
2013-10-12 11:25:00
110
转载 OC xml
个人笔记,高手绕道 普通方法解析xml: .h文件 @property (nonatomic,strong) NSMutableArray *itemData; @property(nonatomic,assign)NSString *currentTagName; .m文件 注意@synthesize上面的属性 - (void)getxml{ NS...
2013-09-23 13:07:00
146
转载 NSJSONSerialization
通过使用IOS5自带解析类NSJSONSerialization方法解析JSON // //字典转json // NSDictionary *dict=[[NSMutableDictionary alloc] initWithObjectsAndKeys:@"pangran",@"name",@"male",@"sex",@"23",@"age" ,nil]; ...
2013-09-23 12:03:00
103
转载 UIBarButtonItem 设置setRightBarButtonItem 背景
UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(0,0,60,31)]; [button setBackgroundImage:[UIImage imageNamed:@"abc.png"] forState:UIControlStateNormal]; UIBarButtonItem *btn = ...
2013-09-13 17:24:00
142
转载 objective-c字符串连接,转换
objective-c字符串连接,转换 NSString* string; // 结果字符串 NSString* string1, string2; //已存在的字符串 1. string = [NSString initWithFormat:@"%@,%@", string1, string2 ]; 2. string = [string1 stringByAp...
2013-09-11 15:53:00
223
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人