摘要: // XMGDealsViewController.h // 06-自定义等高cell01-storyboard #import @interface XMGDealsViewController : UITableViewController @end // XMGDealsViewController.m // 06-自定义等高cell01-storyboard #im... 阅读全文
posted @ 2017-03-06 11:12 laugh 阅读(207) 评论(0) 推荐(0) 编辑
摘要: // ViewController.h // 03-综合使用 #import @interface ViewController : UIViewController @end // ViewController.m // 03-综合使用 #import "ViewController.h" #import "XMGShop.h" #import "XMGShopView... 阅读全文
posted @ 2017-03-06 11:05 laugh 阅读(346) 评论(0) 推荐(0) 编辑
摘要: // XMGChatingViewController.m // 07-聊天布局 #import "XMGChatingViewController.h" #import "XMGMessage.h" #import "XMGMessageCell.h" //#import "XMGMeCell.h" //#import "XMGOtherCell.h" @interface XMGC... 阅读全文
posted @ 2017-03-06 11:01 laugh 阅读(191) 评论(0) 推荐(0) 编辑
摘要: // XMGChatingViewController.m // 07-聊天布局 #import "XMGChatingViewController.h" #import "XMGMessage.h" #import "XMGMessageCell.h" @interface XMGChatingViewController () @property (nonatomic, stro... 阅读全文
posted @ 2017-03-06 10:56 laugh 阅读(168) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 05-transform #import "ViewController.h" @interface ViewController () @property (nonatomic, strong) UIView *tempView; //@property (nonatomic, assign) CGFloat angle; @... 阅读全文
posted @ 2017-03-06 10:53 laugh 阅读(152) 评论(0) 推荐(0) 编辑
摘要: // // XMGChatingViewController.h // 07-聊天布局 #import @interface XMGChatingViewController : UIViewController @end // // XMGChatingViewController.m // 07-聊天布局 #import "XMGChatingViewControl... 阅读全文
posted @ 2017-03-06 10:52 laugh 阅读(135) 评论(0) 推荐(0) 编辑
摘要: // // XMGChatingViewController.m // 07-聊天布局 #import "XMGChatingViewController.h" #import "XMGMessage.h" #import "XMGMessageCell.h" @interface XMGChatingViewController () @property (nonatomic,... 阅读全文
posted @ 2017-03-06 10:20 laugh 阅读(172) 评论(0) 推荐(0) 编辑
摘要: // // XMGChatingViewController.m // 07-聊天布局 #import "XMGChatingViewController.h" #import "XMGMessage.h" #import "XMGMessageCell.h" @interface XMGChatingViewController () @property (nonatomic, str... 阅读全文
posted @ 2017-03-06 10:13 laugh 阅读(185) 评论(0) 推荐(0) 编辑