在Swift中,要使TextView的滚动条始终可见,可以通过以下步骤实现:
let textView = UITextView(frame: CGRect(x: 0, y: 0, width: 200, height: 200))
textView.text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, urna id aliquet ultrices, nunc nunc tincidunt nunc, id lacinia nunc nunc id nunc."
textView.font = UIFont.systemFont(ofSize: 16)
textView.showsVerticalScrollIndicator = true
textView.showsHorizontalScrollIndicator = true
textView.indicatorStyle = .default
view.addSubview(textView)
这样,TextView的滚动条就会始终可见了。
推荐的腾讯云相关产品:无
请注意,以上答案仅针对如何使TextView的滚动条在Swift中始终可见的问题,不涉及云计算相关内容。
领取专属 10元无门槛券
手把手带您无忧上云