简体   繁体   中英

Is it possible to reduce or change the font of the items of the UIPickerView?

是否可以减少或更改UIPickerView的项目字体?

Implement pickerView:viewForRow:forComponent:reusingView: method in picker's delegate instead of pickerView:titleForRow:forComponent: . You'll be able to create UILabel object there and setup all necessary properties for it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM