I want the bottom (not quite half) of my UIView to be a different color than the top.
I\'m wondering if I should create a CGRect and then color that? Is this along the r
You can do a CGRect and clip a part of a portion to fill.
But why won't try two different UIViews placed next to each other?
Bharath