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

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -