Commit e525529a authored by Alex朱枝文's avatar Alex朱枝文

续签文书管理tips调整

parent 9c3c3890
...@@ -19,7 +19,7 @@ enum YHResignDocumentType: Int { ...@@ -19,7 +19,7 @@ enum YHResignDocumentType: Int {
case .powerOfAttorney: case .powerOfAttorney:
return "代理委托书" return "代理委托书"
case .settlementPlan: case .settlementPlan:
return "定居计划" return "定居计划"
case .explanatoryStatement: case .explanatoryStatement:
return "解释说明" return "解释说明"
case .qmasDoc: case .qmasDoc:
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
// //
import UIKit import UIKit
import AttributedString
class YHResignDocumentTipsCell: YHResignDocumentCell { class YHResignDocumentTipsCell: YHResignDocumentCell {
static let cellReuseIdentifier = "YHResignDocumentTipsCell" static let cellReuseIdentifier = "YHResignDocumentTipsCell"
...@@ -54,6 +55,12 @@ class YHResignDocumentTipsCell: YHResignDocumentCell { ...@@ -54,6 +55,12 @@ class YHResignDocumentTipsCell: YHResignDocumentCell {
infoDetailLabel.textColor = detailColor infoDetailLabel.textColor = detailColor
infoDetailLabel.attributedText = detail infoDetailLabel.attributedText = detail
} }
func setupCellASAttributedInfo(title: String?, detail: ASAttributedString?, detailColor: UIColor = .mainTextColor50) {
infoTitleLabel.text = title
infoDetailLabel.textColor = detailColor
infoDetailLabel.attributed.text = detail
}
} }
extension YHResignDocumentTipsCell { extension YHResignDocumentTipsCell {
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "tip_list_index_dot@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "tip_list_index_dot@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment