Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我想建造一些看起来像图片的东西!
我的问题是文本字段不能是两个部分并在其中使用小图片就像一张图片我想做一些像图片一样的东西甚至每个文本字段右侧的绿色部分
这是我想做的
制作自定义视图并将其添加为
textField.rightViewMode = .always // Set rightview mode var rightImageView = UIImageView(image: UIImage(named: "image_icon")) textField.rightView = rightImageView// Set right view as image view }
//textField 它是你的文本字段对象,用你自己的改变它
像这样试试