chenzeyu / CZPicker

a picker view shown as a popup for iOS in Objective-C
MIT License
527 stars 90 forks source link

Can the background color of cell be changed? #31

Closed RajChanchal closed 8 years ago

RajChanchal commented 8 years ago

I didn't see any way that I can use to change background color of each cell. Is there any way?

chenzeyu commented 8 years ago

@RajChanchal You may want to fork it and customize it for now, as I'm not planning to add this.

If you want to have more control over the content, you may consider STPopup(https://github.com/kevin0571/STPopup) from @kevin0571