YIem`s Blog -心比天高命比纸薄-链接找不到的请在站内搜索内容!

UITableView练习

//
// RootViewController.m
// UI10_练习
//
// Created by YIem on 15/12/18.
// Copyright © 2015年 www.yiem.net YIem博客. All rights reserved.
//

import "RootViewController.h"

import "MyTableViewCell.h"

@interface RootViewController ()<UITableViewDataSource, UITableViewDelegate>
@property (nonatomic, retain)NSArray *arr;
@property (nonatomic, retain)UITableView *tableView;
@end

@implementation RootViewController

/*

pragma mark - Navigation

// In a storyboard-based application, you will often want to do a little preparation before navigation

*/

@end



//
// MyTableViewCell.h
// UI10_练习
//
// Created by YIem on 15/12/18.
// Copyright © 2015年 www.yiem.net YIem博客. All rights reserved.
//

import <UIKit/UIKit.h>

@interface MyTableViewCell : UITableViewCell
@property (nonatomic, retain)UILabel *nameLabel;
@property (nonatomic, retain)UILabel *ratingLabel;
@property (nonatomic, retain)UILabel *pubdateLabel;
@end


//
// MyTableViewCell.m
// UI10_练习
//
// Created by YIem on 15/12/18.
// Copyright © 2015年 www.yiem.net YIem博客. All rights reserved.
//

import "MyTableViewCell.h"

@implementation MyTableViewCell

//

@end

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »