会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bboyforever
博客园
首页
新随笔
联系
订阅
管理
2015年7月9日
支付宝SDK集成
摘要: 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)
2015年5月9日
改变字符形状和颜色NSMutableAttributedString
摘要: NSMutableAttributedString *str = [[NSMutableAttributedString alloc]initWithString:@"我还是一样帅"]; //设置文字颜色 [str addAttribute:NSForegroundColorAttribu...
阅读全文
posted @ 2015-05-09 16:45 bboyforever
阅读(166)
评论(0)
推荐(0)
公告