240 发简信
IP属地:上海
  • 延迟以及 tableview 悬浮按钮

    延迟设置 [self performSelector:@selector(createButton) withObject:nil afterD...

  • 纯des 加密

    #import@interface CommonFunc : NSObject //十六进制转换和nsdata的转换。 + (NSString ...

  • 搜索框 搜索的字体变色

    NSDictionary *dic = dataArr[indexPath.row]; // cell.textLabel.text = di...

  • 好用的A->B->C 之后 C->A

    NSInteger num = self.navigationController.viewControllers.count; if (num...

  • Resize,w 360,h 240
    隐藏某一行静态的cell

    //设置是否显示第一行cell 判断的理由是 - (CGFloat)tableView:(UITableView *)tableView hei...

  • 滚动的button

    -(void)createWeekBtn { _weekAry =@[@"周一",@"周二",@"周三",@"周四",@"周五",@"周六",@...

  • 被点击cell上的button获取indexpath

    [cell.changeBtn addTarget:self action:@selector(cellButtonClicked:event:...

  • Resize,w 360,h 240
    上下滚动的广告栏

    新年新气象,上班第一天。事情不多,把项目上的一些小东西摘下来,希望喜欢。 .h .m 以上是写的方法 使用 HeaderView *myView...

  • iOS中searchBar的模糊搜

    - (void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)sea...