| | |
| | | btn_previous.titleLabel?.font = Def_SourceHanSerif_Medium(fontSize: 13) |
| | | btn_next.titleLabel?.font = Def_SourceHanSerif_Medium(fontSize: 13) |
| | | |
| | | view_content.jq_gradientColor(colorArr: [UIColor(hexString: "#D2EDE4")!.cgColor,UIColor.white.withAlphaComponent(0.8).cgColor], cornerRadius: 20, startPoint: CGPoint(x: 0, y: 1), endPoint: CGPoint(x: 0, y: 0), bounds: nil, locations:nil) |
| | | |
| | | collectionVIew.delegate = self |
| | | collectionVIew.dataSource = self |
| | | collectionVIew.backgroundColor = .clear |
| | |
| | | collectionVIew.collectionViewLayout = flowLayout |
| | | } |
| | | |
| | | override func viewDidLayoutSubviews() { |
| | | super.viewDidLayoutSubviews() |
| | | view_content.jq_gradientColor(colorArr: [UIColor(hexString: "#D2EDE4")!.cgColor,UIColor.white.withAlphaComponent(0.8).cgColor], cornerRadius: 20, startPoint: CGPoint(x: 0, y: 1), endPoint: CGPoint(x: 0, y: 0), bounds: nil, locations:nil) |
| | | } |
| | | |
| | | @IBAction func nextAction(_ sender: UIButton) { |
| | | responseUserAnswerModel.tagIds = selectModels.map({"\($0.id)"}).joined(separator: ",") |
| | | |