• gitHub


    1:

    fasdfsdfsdfsdfssdfeated by jianquan on 2016/11/23.
    //  Copyright © 2016年 JoySeeDog. All rights reserved.
    //

    #import "JQBTHomeTableViewCell.h"
    #import "Masonry.h"
    #import "JSDTHomeRecomandModel.h"
    #import "UIImageView+WebCache.h"
    #import "SDImageCache.h"

    @interface JQBTHomeTableViewCell()

    @property (nonatomic, strong) UIImageView *topicimageView;
    @property (nonatomic, strong) UILabel *titleLabel;
    @property (nonatomic, strong) UILabel *authorLabel;
    @property (nonatomic, strong) UIImageView *pvImageView;
    @property (nonatomic, strong) UILabel *pvLabel;//浏览量
    @property (nonatomic, strong) UIImageView *likeImageView;
    @property (nonatomic, strong) UILabel *likeLabel;
    @property (nonatomic, strong) UIView *bottomView;//用于使下面的控件整体居中
    2:===================

    eated by jianquan on 2016/11/23.
    //  Copyright © 2016年 JoySeeDog. All rights reserved.
    //

    #import "JQBTHomeTableViewCell.h"
    #import "Masonry.h"
    #import "JSDTHomeRecomandModel.h"
    #import "UIImageView+WebCache.h"
    #import "SDImageCache.h"

    @interface JQBTHomeTableViewCell()

    @property (nonatomic, strong) UIImageView *topicimageView;
    @property (nonatomic, strong) UILabel *titleLabel;
    @property (nonatomic, strong) UILabel *authorLabel;
    @property (nonatomic, strong) UIImageView *pvImageView;
    @property (nonatomic, strong) UILabel *pvLabel;//浏览量
    @property (nonatomic, strong) UIImageView *likeImageView;
    @property (nonatomic, strong) UILabel *likeLabel;
    @property (nonatomic, strong) UIView *bottomView;//用于使下面的控件整体居中

    3-----==================

    eated by jianquan on 2016/11/23.
    //  Copyright © 2016年 JoySeeDog. All rights reserved.
    //

    #import "JQBTHomeTableViewCell.h"
    #import "Masonry.h"
    #import "JSDTHomeRecomandModel.h"
    #import "UIImageView+WebCache.h"
    #import "SDImageCache.h"

    @interface JQBTHomeTableViewCell()

    @property (nonatomic, strong) UIImageView *topicimageView;
    @property (nonatomic, strong) UILabel *titleLabel;
    @property (nonatomic, strong) UILabel *authorLabel;
    @property (nonatomic, strong) UIImageView *pvImageView;
    @property (nonatomic, strong) UILabel *pvLabel;//浏览量
    @property (nonatomic, strong) UIImageView *likeImageView;
    @property (nonatomic, strong) UILabel *likeLabel;
    @property (nonatomic, strong) UIView *bottomView;//用于使下面的控件整体居中
    4 ===============

    eated by jianquan on 2016/11/23.
    //  Copyright © 2016年 JoySeeDog. All rights reserved.
    //

    #import "JQBTHomeTableViewCell.h"
    #import "Masonry.h"
    #import "JSDTHomeRecomandModel.h"
    #import "UIImageView+WebCache.h"
    #import "SDImageCache.h"

    @interface JQBTHomeTableViewCell()

    @property (nonatomic, strong) UIImageView *topicimageView;
    @property (nonatomic, strong) UILabel *titleLabel;
    @property (nonatomic, strong) UILabel *authorLabel;
    @property (nonatomic, strong) UIImageView *pvImageView;
    @property (nonatomic, strong) UILabel *pvLabel;//浏览量
    @property (nonatomic, strong) UIImageView *likeImageView;
    @property (nonatomic, strong) UILabel *likeLabel;
    @property (nonatomic, strong) UIView *bottomView;//用于使下面的控件整体居中
     5-------------======

    eated by jianquan on 2016/11/23.
    //  Copyright © 2016年 JoySeeDog. All rights reserved.
    //

    #import "JQBTHomeTableViewCell.h"
    #import "Masonry.h"
    #import "JSDTHomeRecomandModel.h"
    #import "UIImageView+WebCache.h"
    #import "SDImageCache.h"

    @interface JQBTHomeTableViewCell()

    @property (nonatomic, strong) UIImageView *topicimageView;
    @property (nonatomic, strong) UILabel *titleLabel;
    @property (nonatomic, strong) UILabel *authorLabel;
    @property (nonatomic, strong) UIImageView *pvImageView;
    @property (nonatomic, strong) UILabel *pvLabel;//浏览量
    @property (nonatomic, strong) UIImageView *likeImageView;
    @property (nonatomic, strong) UILabel *likeLabel;
    @property (nonatomic, strong) UIView *bottomView;//用于使下面的控件整体居中

  • 相关阅读:
    权限设计=功能权限+数据权限
    C# 自定义配置文件
    asp.net core 系列 2 启动类 Startup.CS
    asp.net core 系列 1 概述
    IOC : Unity 配置和使用
    Unity Ioc 依赖倒置及Untity AOP被动拦截/自动拦截
    webuploader-异步切片上传(暂不支持断点续传)及 下载方法!C#/.NET
    C# 构造基础返回值类型-BaseResponse
    神奇的选择器 :focus-within
    妙用 scale 与 transfrom-origin,精准控制动画方向
  • 原文地址:https://www.cnblogs.com/code-Officer/p/6265052.html
Copyright © 2020-2023  润新知