ios框架及源码解析
绿叶清风
这个作者很懒,什么都没留下…
展开
-
SWTableViewCell滑动删除表格行
SWTableViewCell 项目地址:https://github.com/CEWendel/SWTableViewCell An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7原创 2015-08-07 17:57:44 · 1245 阅读 · 0 评论 -
自定义HUD显示的View,并在指定的时间段后自动隐藏
MBProgressHUD *HUD = [[MBProgressHUD alloc] initWithView:self.navigationController.view]; [self.navigationController.view addSubview:HUD]; HUD.customView = [[[UIImageView alloc] initWithImage:[UIIm原创 2015-10-08 09:50:36 · 1614 阅读 · 0 评论