IOS博客項目搭建-06-自定義TabBarButton-03

1、按鈕方法spa



2、按鈕的圖片、文字位置處理code

  對按鈕屬性進行修改:
圖片

  // 底部圖片居中
  self.imageView.contentMode = UIViewContentModeCenter;
        
  // 文字居中
  self.titleLabel.textAlignment = NSTextAlignmentCenter;
  
   // 文字大小
   self.titleLabel.font = [UIFont systemFontOfSize:11];

  

經過修改屬性後,底部button離咱們的新浪微博也愈來愈靠近了。it


3、tabBarItem屬性微博

每一個控制器都有一個tabBarItem屬性,如首頁的tabBarItem屬性class

home.tabBarItem.title:標題,home.tabBarItem.image:圖片,home.tabBarItem.badgeValue:圖片右上角的消息提示數。新浪微博

相關文章
相關標籤/搜索