91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

iOS 8 UITableViewCell 分割線 左對齊

發布時間:2020-06-01 04:04:32 來源:網絡 閱讀:2515 作者:xx541100047 欄目:移動開發
//加入如下代碼
-(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{
    
    if ([tableView respondsToSelector:@selector(setSeparatorInset:)]) {
        [tableView setSeparatorInset:UIEdgeInsetsZero];
    }
    
    if ([tableView respondsToSelector:@selector(setLayoutMargins:)]) {
        [tableView setLayoutMargins:UIEdgeInsetsZero];
    }
    
    if ([cell respondsToSelector:@selector(setLayoutMargins:)]) {
        [cell setLayoutMargins:UIEdgeInsetsZero];
    }
}

iOS 7 

@property (nonatomic) UIEdgeInsets separatorInset NS_AVAILABLE_IOS(7_0) UI_APPEARANCE_SELECTOR; // allows customization of the frame of cell separators

iOS 8

@property(nonatomic) UIEdgeInsets layoutMargins
Description   The default spacing to use when laying out content in the view.
Availability  iOS (8.0 and later)
Declared In   UIView.h
Reference UIView Class Reference


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新巴尔虎左旗| 西平县| 金秀| 井陉县| 英德市| 济源市| 康定县| 布尔津县| 沁水县| 姜堰市| 从化市| 南靖县| 金门县| 托克逊县| 麻栗坡县| 清新县| 蒙阴县| 木里| 如东县| 阿尔山市| 湖南省| 鄂尔多斯市| 蓬安县| 尚志市| 井研县| 尚义县| 蒙自县| 岐山县| 金秀| 扶余县| 吉木萨尔县| 濮阳市| 独山县| 延边| 阿拉尔市| 任丘市| 常州市| 赣榆县| 丹巴县| 监利县| 南通市|