中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

上虞市| 阳谷县| 通辽市| 汉阴县| 新民市| 闻喜县| 临洮县| 荥阳市| 昭苏县| 青田县| 揭阳市| 昌吉市| 磴口县| 中牟县| 云安县| 青铜峡市| 大名县| 仙居县| 南岸区| 错那县| 屯留县| 台安县| 景宁| 海原县| 财经| 静宁县| 清徐县| 三原县| 武冈市| 辉南县| 西畴县| 嘉禾县| 大化| 福安市| 繁峙县| 浏阳市| 安溪县| 遂宁市| 东台市| 五华县| 崇左市|