Hello all, We’re creating a custom UIColor pattern (using +[UIColor colorWithPatternImage:]) and setting it as the background color of our table view cell. This works great—and avoids several headaches with rounded corners and grouped table views—except for one thing: when dragging a cell from one row to another, there’s a momentary flash on the selected cell and its neighbors. The flash appears to be whatever color is at the bottom-left of the cell, so probably at point (0,0) in the graphics context. Is there a method we can override to prevent this from occurring, or a better way to set a custom background color/image for a cell and keep its rounded corners in grouped style table views?
Jeff Kelley _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com