
ios 瀑布流设计以及应用
CodeMan的博客
这个作者很懒,什么都没留下…
展开
-
瀑布流接口的设计以及应用(一)
//// MyWaterFlowView.h// 瀑布流//// Created by Jose on 15-7-11.// Copyright (c) 2015年 Jose. All rights reserved.//#import //枚举方法typedef enum { MyWaterFlowViewMarginTypeTop,原创 2015-07-15 22:47:32 · 774 阅读 · 0 评论 -
瀑布流接口的设计以及应用(二)
//// MyWaterFlowViewCell.h// 瀑布流//// Created by Jose on 15-7-11.// Copyright (c) 2015年 Jose. All rights reserved.//#import @interface MyWaterFlowViewCell : UIView@propert原创 2015-07-15 22:52:04 · 465 阅读 · 0 评论 -
瀑布流接口的设计以及应用(五)
//// ViewController.h// 瀑布流//// Created by Jose on 15-7-11.// Copyright (c) 2015年 Jose. All rights reserved.//#import @interface ViewController : UIViewController@end原创 2015-07-15 22:59:15 · 381 阅读 · 0 评论 -
瀑布流接口的设计以及应用(三)
//// MyShop.h// 瀑布流//// Created by Jose on 15-7-12.// Copyright (c) 2015年 Jose. All rights reserved.//#import @interface MyShop : NSObject@property (nonatomic, assign) CG原创 2015-07-15 22:54:46 · 514 阅读 · 0 评论 -
瀑布流接口的设计以及应用(四)
//// MyShopCell.h// 瀑布流//// Created by Jose on 15-7-12.// Copyright (c) 2015年 Jose. All rights reserved.//#import "MyWaterFlowViewCell.h"@class MyWaterFlowView,MyShop;@in原创 2015-07-15 22:57:23 · 905 阅读 · 0 评论