摘要:
//设置tabbar 选中文字的颜色 [[UITabBarItem appearance] setTitleTextAttributes:@{NSFontAttributeName : [UIFont fontWithName:@"HelveticaNeue-Bold" size:10.0f], N 阅读全文
posted @ 2016-05-12 11:45
xiaolingling
阅读(1307)
评论(0)
推荐(0)
摘要:
#import <UIKit/UIKit.h> @interface SSLoading : UIView - (instancetype)initWithFrame:(CGRect)frame; - (void)showLoading:(UIColor *)backgroundColor alph 阅读全文
posted @ 2016-05-12 11:41
xiaolingling
阅读(389)
评论(0)
推荐(0)
摘要:
//画虚线 CAShapeLayer *shapeLayer = [CAShapeLayer layer]; [shapeLayer setBounds:self.backView.bounds]; [shapeLayer setPosition:self.backView.center]; [sh 阅读全文
posted @ 2016-05-12 11:17
xiaolingling
阅读(270)
评论(0)
推荐(0)
摘要:
button.layer.shadowColor = [UIColor clearColor].CGColor;//阴影的颜色 button.layer.shadowOffset = CGSizeMake(0.5, 1);//阴影大小 button.layer.shadowOpacity = 0;/ 阅读全文
posted @ 2016-05-12 11:16
xiaolingling
阅读(608)
评论(0)
推荐(0)

浙公网安备 33010602011771号