提交 1374ae97 authored 作者: 袁静春's avatar 袁静春

提交:修改iOS系统扫描框的样式;

上级 2988f5b0
...@@ -36,13 +36,15 @@ ...@@ -36,13 +36,15 @@
if (self = [super initWithFrame:frame]) { if (self = [super initWithFrame:frame]) {
self.config = config; self.config = config;
[self addSubview:self.maskView]; // [self addSubview:self.maskView];
[self addSubview:self.exitButton]; [self addSubview:self.exitButton];
[self addSubview:self.titleLabel]; [self addSubview:self.titleLabel];
[self addSubview:self.topLeftImageView];
[self addSubview:self.topRightImageView]; // [self addSubview:self.topLeftImageView];
[self addSubview:self.bottomLeftImageView]; // [self addSubview:self.topRightImageView];
[self addSubview:self.bottomRightImageView]; // [self addSubview:self.bottomLeftImageView];
// [self addSubview:self.bottomRightImageView];
[self addSubview:self.scanLineImageView]; [self addSubview:self.scanLineImageView];
[self addSubview:self.hintLabel]; [self addSubview:self.hintLabel];
[self startScanLineAnimationAction]; [self startScanLineAnimationAction];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论