摘要: UIImageView* baseView = [[UIImageView alloc] init]; baseView.backgroundColor = [UIColor whiteColor]; //设置卡片阴影 baseView.layer.shadowColor = RGBACOLOR(4 阅读全文
posted @ 2019-09-23 10:29 🍂浪迹天涯🍂 阅读(394) 评论(0) 推荐(0) 编辑
摘要: typedef NS_ENUM(NSInteger, GradientDirection) { GradientDirectionTopToBottom = 0, // 从上往下 渐变 GradientDirectionLeftToRight, // 从左往右 GradientDirectionBottomToTop, // 从下往上 GradientDirectionRightToLeft // 阅读全文
posted @ 2019-09-23 10:17 🍂浪迹天涯🍂 阅读(246) 评论(0) 推荐(0) 编辑
摘要: // // WMZCodeView.h // WMZCode // // Created by wmz on 2018/12/14. // Copyright © 2018年 wmz. All rights reserved. // #import <UIKit/UIKit.h> /* * Code 阅读全文
posted @ 2019-09-20 10:16 &#127810;浪迹天涯&#127810; 阅读(317) 评论(0) 推荐(0) 编辑
摘要: // // ZKImageSelectView.h // ZKImageSelectAndBrowse // // Created by HELLO WORLD on 2019/9/18. // Copyright © 2019年 WaterProofer. All rights reserved. 阅读全文
posted @ 2019-09-18 20:19 &#127810;浪迹天涯&#127810; 阅读(210) 评论(0) 推荐(0) 编辑
摘要: // // ZKPlaceholderTextView.h // WaterProofer // // Created by HELLO WORLD on 2019/9/18. // Copyright © 2019年 WaterProofer. All rights reserved. // #i 阅读全文
posted @ 2019-09-18 18:15 &#127810;浪迹天涯&#127810; 阅读(172) 评论(0) 推荐(0) 编辑
摘要: #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface AddSuccessView : UIView @property (weak, nonatomic) IBOutlet UIImageView *centerView; @prop 阅读全文
posted @ 2019-09-18 01:04 &#127810;浪迹天涯&#127810; 阅读(163) 评论(0) 推荐(0) 编辑
摘要: // // ZKButton.h // WaterProofer // // Created by HELLO WORLD on 2019/9/15. // Copyright © 2019年 WaterProofer. All rights reserved. // #import <UIKit/ 阅读全文
posted @ 2019-09-16 07:43 &#127810;浪迹天涯&#127810; 阅读(122) 评论(0) 推荐(0) 编辑
摘要: //十六进制转rgb #define ColorWithHexString(hexString) [UIColor colorWithHexString:hexString] // 获取RGB颜色 #define RGBA(r,g,b,a) [UIColor colorWithRed:r/255.0 阅读全文
posted @ 2019-09-15 10:25 &#127810;浪迹天涯&#127810; 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-09-12 22:20 &#127810;浪迹天涯&#127810; 阅读(458) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-09-12 00:02 &#127810;浪迹天涯&#127810; 阅读(3) 评论(0) 推荐(0) 编辑