|
@@ -79,7 +79,7 @@ class INIntroduceController: BFBaseViewController {
|
|
|
BFEventTrackAdaptor.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_captionsButton, pageSource: .sp_speekPage,extParams: isOn ? ["on":true] : ["off" : true],commonParams: commonParams())
|
|
|
}
|
|
|
if assets != nil, (assets?.count ?? 0) > 1 {
|
|
|
- stripSwithView = BFStripSwithView(frame: CGRect(x: (backButton?.frame.maxX ?? 0), y: 0, width: exportBtn.frame.minX - (backButton?.frame.maxX ?? 0) - 10, height: cDevice_iPhoneNavBarHei), items: assets?.count ?? 1)
|
|
|
+ stripSwithView = BFStripSwithView(frame: CGRect(x: (backButton?.frame.maxX ?? 0), y: 0, width: exportBtn.frame.minX - (backButton?.frame.maxX ?? 0) - 10, height: cDevice_iPhoneNavBarHei), items: assets?.count ?? 1,space: 4)
|
|
|
stripSwithView?.center.y = backButton?.center.y ?? 0
|
|
|
stripSwithView?.itemClickHandle = { [weak self] _, index in
|
|
|
self?.recordScreenVC.updateContentOffset(index: index)
|