I’m a newbie to iOS programming, I have a project and my requirements are
1: I have to add font family
2: In the same way, I have to add font size
These are to be added with a done button on top and a bifurcation in between them.
Guys I have searched and cant get it, kindly help me out. Thanks in advance.
These numbers are controlled by the picker view datasource. There are only two methods in this protocol.
This is covered by the picker view delegate method
pickerView:titleForRow:forComponent:Your datasource and delegate are typically the same object, usually the view controller that is presenting the picker.