摘要: 1 // 2 //选中商品调用支付宝快捷支付接口 3 // 4 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath 5 { 6 /* 7 *点击获取p... 阅读全文
posted @ 2015-07-09 19:54 bboyforever 阅读(110) 评论(0) 推荐(0)
摘要: NSMutableAttributedString *str = [[NSMutableAttributedString alloc]initWithString:@"我还是一样帅"]; //设置文字颜色 [str addAttribute:NSForegroundColorAttribu... 阅读全文
posted @ 2015-05-09 16:45 bboyforever 阅读(166) 评论(0) 推荐(0)