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.
我正在尝试使用 UISlider 中的值更改我的 UITextView 的字体大小。我需要一些提示或示例代码 :) 谢谢。
UISlider
将您的视图控制器添加为UISlider's 值更改事件的目标,即:
UISlider'
[slider addTarget:self action:@selector(sliderActionHandler:) forControlEvents:UIControlEventValueChanged];