UIImage *yuyinImage = [UIImage imageNamed:@"yuyin.png"];
[soundButton setImage:yuyinImage forState:UIControlStateNormal];
[soundButton setImage:yuyinImage forState:UIControlStateSelected];
[soundButton setImage:yuyinImage forState:UIControlStateHighlighted];
//top left bottom right
[soundButton setImageEdgeInsets:UIEdgeInsetsMake(, , , )]; NSString *soundButtonTitle = @"语音";
[soundButton setTitle:soundButtonTitle forState:UIControlStateNormal];
[soundButton setTitle:soundButtonTitle forState:UIControlStateSelected];
[soundButton setTitle:soundButtonTitle forState:UIControlStateHighlighted];
[soundButton setTitleEdgeInsets:UIEdgeInsetsMake(, , , )]; [myButton setTitleEdgeInsets:UIEdgeInsetsMake(, , , )]; 4个参数是上边界,左边界,下边界,右边界。

最新文章

  1. 【Android测试】【第十六节】Instrumentation——初识+实战
  2. C++头文件的组织
  3. 再谈CocoaPods
  4. 原创 | 《地狱边境》登顶50国iOS下载榜,恐怖游戏或是独立开发者突破口(转)
  5. MySQL基本查询语句
  6. PHP错误Warning: Cannot modify header information - headers already sent by解决方法
  7. C++虚基类的作用
  8. ##DAY15——UICollectionView
  9. 5个可用提高Godaddy主机速度的第三方CDN加速服务商
  10. MSSQL 备份数据库还原
  11. 记一次用express手写博客
  12. ubuntu中利用qtcreator引用opencv249及采起采集卡的共享库
  13. .net正则IP加端口,并返回IP加端口
  14. google 身份验证器
  15. ExtJS 4.2 教程-03:使用Ext.define自定义类
  16. iOS开发-Certificates、Identifiers和Profiles详解
  17. [Selenium]如何实现上传本地文件
  18. Python环境右键定制
  19. Java基础(一):简介
  20. Python rpartition() 方法

热门文章

  1. 【Java集合】试读ArrayList源码
  2. http 3种web会话管理方式
  3. [LC] 287. Find the Duplicate Number
  4. python2下经典爬虫(第一卷)
  5. LG_3459_[POI2007]MEG-Megalopolis
  6. 吴裕雄--天生自然HTML学习笔记:HTML 速查列表
  7. Java 并发编程面试题
  8. Lego:美团点评接口自动化测试实践
  9. 【转载】解决StackOverFlow不能登录的问题
  10. 将项目导入myeclipse后 tortoise svn 右键项目不能更新和提交