|
@@ -49,6 +49,8 @@ class PQStuckPointPublicController: PQBaseViewController {
|
|
var mStickers: [PQEditVisionTrackMaterialsModel]?
|
|
var mStickers: [PQEditVisionTrackMaterialsModel]?
|
|
|
|
|
|
var remindView: PQRemindView?
|
|
var remindView: PQRemindView?
|
|
|
|
+
|
|
|
|
+ var selectTitle:String = ""
|
|
|
|
|
|
private var preViewSize: CGSize {
|
|
private var preViewSize: CGSize {
|
|
switch aspectRatio {
|
|
switch aspectRatio {
|
|
@@ -897,7 +899,7 @@ extension PQStuckPointPublicController {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
let tempModel = PQVideoListModel()
|
|
let tempModel = PQVideoListModel()
|
|
- tempModel.title = ""
|
|
+ tempModel.title = selectTitle
|
|
tempModel.summary = ""
|
|
tempModel.summary = ""
|
|
tempModel.duration = CGFloat(uploadData?.duration ?? 0)
|
|
tempModel.duration = CGFloat(uploadData?.duration ?? 0)
|
|
tempModel.uplpadImage = uploadData?.image
|
|
tempModel.uplpadImage = uploadData?.image
|
|
@@ -1231,6 +1233,7 @@ extension PQStuckPointPublicController {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ selectTitle = text
|
|
|
|
|
|
titleLabel.text = text
|
|
titleLabel.text = text
|
|
titleLabel.textColor = textColor
|
|
titleLabel.textColor = textColor
|