代码改变世界

UITableView侧滑效果(1)上面文字下面图片的效果

2017-07-04 12:22 by jhs_哈哈, 252 阅读, 0 推荐, 收藏,
摘要://自定义TableviewCell #import "OrderViewCell.h" #import "Masonry.h" @implementation OrderViewCell -(id)initWithStyle:(UITableViewCellStyle)style reuseIde 阅读全文

UITableView侧滑效果(1)

2017-06-29 17:38 by jhs_哈哈, 372 阅读, 0 推荐, 收藏,
摘要://侧滑-(NSArray )tableView:(UITableView )tableView editActionsForRowAtIndexPath:(NSIndexPath )indexPath{NSStringindexPathRow = [NSString stringWithForma 阅读全文

SearchBar简单展示

2017-04-01 16:52 by jhs_哈哈, 249 阅读, 0 推荐, 收藏,
摘要:import UIKit class SearchViewController: UIViewController,UISearchBarDelegate { let SCREEN_WIDTH = UIScreen.main.bounds.size.width let SCREEN_HEIGHT = 阅读全文