美文网首页
UIView格式备忘

UIView格式备忘

作者: 王zuozuo | 来源:发表于2017-03-29 19:51 被阅读3次
#pragma mark - life circle

- (instancetype)initWithFrame:(CGRect)frame{
    self = [super initWithFrame:frame];
    if(self){
        self.backgroundColor = [UIColor colorWithWhite:0 alpha:0.5];
        [self addSubview:self.upView];
        [self setMasonry];
    }
    return self;
}

#pragma mark - delegate

#pragma mark - event response

#pragma mark - private methods


- (void)setMasonry{

    
}

#pragma mark - getters and setters

相关文章

  • UIView格式备忘

  • 备忘录模式

    内容大纲 如何存储记录 备忘录模式的基本原理 使用备忘录模式 优化存储方案 恢复UIView的状态 1、如何存储记...

  • Delegate格式备忘

    定义 其他类可以这样使用

  • UIAlertView格式备忘

    用tag区别各个AlertView 使用UIAlertViewDelegate协议 使用AlertView 实现代理

  • UIViewController格式备忘

  • CKEditor 4.6 粘贴图片 转换为Base64

    备忘 粘贴上传有特定的返回格式,Resp{Uploaded:1,FileName:fileResult.Attac...

  • 你不知道

    重新发了一个,简书的打字格式不能胜任,,,复制粘贴到手机备忘录格式里,,这样看着比较舒服,,,,,

  • 8.8觉察一

    请按以下格式觉察, 请边写边识别梳理出来的信息, 并用『简书』或 备忘录图片,发到群里。 【 觉察 格式 】 一、...

  • 8.8觉察一

    请按以下格式觉察, 请边写边识别梳理出来的信息, 并用『简书』或 备忘录图片,发到群里。 【 觉察 格式 】 一、...

  • -  亲子微课  -【对于学习的觉察】

    请按以下格式觉察, 请边写边识别梳理出来的信息, 并用 简书图片/备忘录 图片 发到群里。 【 觉察 格式 】 一...

网友评论

      本文标题:UIView格式备忘

      本文链接:https://www.haomeiwen.com/subject/greyottx.html