|
@@ -1123,7 +1123,7 @@ fileprivate extension WSSCoolVoiceSubtitleController {
|
|
|
}
|
|
|
|
|
|
func createTextPasterInput() {
|
|
|
- let rect = AVMakeRect(aspectRatio: videoSize, insideRect: view.bounds)
|
|
|
+ let rect = AVMakeRect(aspectRatio: videoSize, insideRect: pasterOverlayView.bounds)
|
|
|
let placeholer: UIView = UIView(frame: rect)
|
|
|
|
|
|
/// 初始化文字Text
|