How to remove White Transparent Color from top and bottom of UiPickerView row in IOS -


i have 3 uipickerviews. want remove white transparent color top , bottom of each pickers row should clear , numbers should show full color.

i changed height delegate method

- (cgfloat)pickerview:(uipickerview *)pickerview rowheightforcomponent:(nsinteger)component 

and changed labels height , font size in

-(uiview *)pickerview:(uipickerview *)pickerview viewforrow:(nsinteger)row forcomponent:(nsinteger)component reusingview:(uiview *)view 

but didnt resolve problem.

please me in regard.

you can image of screen below link

enter image description here

unfortunately, can't remove shadow uipickerview.
have either create own view or use custom 1 afpickerview (it's on mit license)


Comments

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

Listeners to visualise results of load test in JMeter -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -