欢迎光临
我们一直在努力

仿美团下拉选择器

建站超值云服务器,限时71元/月

仿美团下拉选择器

项目介绍:

仿美团下拉选择器

代码中主要的属性类型:
[Objective-C] 查看源文件 复制代码

#import "ViewController.h"

@interface ViewController ()<UITableViewDataSource,UITableViewDelegate>

@property(nonatomic,strong)UISegmentedControl*selectSegC;

//四份数据源数组
@property(nonatomic,strong)NSMutableArray*sortArr;
@property(nonatomic,strong)NSMutableArray*aroundArr;
@property(nonatomic,strong)NSMutableArray*orderArr;
@property(nonatomic,strong)NSMutableArray*selectArr;


@end

@implementation ViewController

{
    UIView*blackBack;
    UIView*backgroundView;
    CGRect rightFrame;
    CGRect leftFrame;
    UITableView*districtTableView;
    UITableView*leftDistrict_TableView;
    UITableView*rightDetail_TableView;
    UITableView*pickTableView;
    
    NSInteger leftToRight;
    
}

DEMO 直接下载:



DownList.zip
(34.57 KB, 下载次数: 229, 售价: 5 金钱)

2016-7-25 09:56 上传
点击文件名下载附件

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 仿美团下拉选择器
分享到: 更多 (0)