你好,歡迎來到IOS教程網

 Ios教程網 >> IOS編程開發 >> IOS開發綜合 >> iOS UITableViewCell透明度 和 cell文字居中

iOS UITableViewCell透明度 和 cell文字居中

編輯:IOS開發綜合
1、創建UITableViewCell時,的模式用UITableViewCellStyleValue1時,透明度直接將UITableView的透明度設置以下就搞定拉,但是文字居中難以實現。 2、創建UITableViewCell時,的模式用UITableViewCellStyleDefault時,文字居中直接用 cell.textAlignment = UITextAlignmentCenter; 就搞定拉,但是只設置UITableView的透明度,背景透明難以實現 透明度具體實現代碼: cell.opaque = NO; cell.textLabel.backgroundColor = [UIColor clearColor]; [cell setBackgroundColor:[UIColor colorWithRed:1 green:1 blue:1 alpha:0.2]]; 並且將UITableView的透明度設置一下就搞定拉。    
  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved