公告板
版本库
活动
搜索
登录
ios
/
Broker
iOS- Broker-Driver
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
项目搭建工作 完成登录UI 完成主页UI布局
younger_times
2023-04-24
a43a3dcf34a398b0fe693304fa00feb83a876ce8
[ios/Broker.git]
/
BrokerDriver
/
Base
/
BaseTCell.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// BaseTCell.swift
// BrokerDriver
//
// Created by 无故事王国 on 2023/4/24.
//
import UIKit
class BaseTCell: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
selectionStyle = .none
}
}