I have been trying to increase the width of the spinner/scroller so that the whole text gets displayed, but i am unable to do it. Is there any method or particular delegate I have to use?...
Using UIPickerViewDelegate method widthForComponent solved my problem.
Only the thing is, it takes width in the form of number of pixels, so the width I gave was falling short.