Quickies

[categories] [index] [all (527)] [latest]

iOS
  1. #import <QuartzCore/QuartzCore.h>
    ...
    view.layer.borderColor = [UIColor blackColor].CGColor;
    view.layer.borderWidth = 1;