On Jan 22, 2014, at 17:19 , Nick Petrov <nickpet....@gmail.com> wrote:

> 
> On Jan 23, 2014, at 2:54 AM, Rick Mann <rm...@latencyzero.com> wrote:
> 
>> In my app, tapping on a UITableViewCell turns it gray. In the Settings app, 
>> it's blue. Is this just another instance of the Settings app using 
>> non-standard (and better-looking) UITableViews?
>> 
> 
> You can change it.  Here is what I use in one of my apps:
> 
> UIView *selectedBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
> selectedBackgroundView.backgroundColor = [UIColor colorWithRed:244.0/255.0 
> green:244.0/255.0 blue:244.0/255.0 alpha:1];
> cell.selectedBackgroundView = selectedBackgroundView;

Right, thanks.

I should've expanded my question. Is blue no longer a standard color? Why does 
IB still offer blue when in iOS 7 editing modes? Or is it a bug?


-- 
Rick



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to