240 发简信
IP属地:山西
  • iOS14 consent to access the local network information, but doesn’t sufficiently explain the use o...

    Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We notic...

  • 把按钮在cell上的位置转化为当前屏幕的位置

    把按钮在cell上的位置转化为当前屏幕的位置 rc = [sender.superview convertRect:sender.frame t...

  • iOS OC调用Swift

    iOS OC调用Swift 第一步 Build Settings->Defines Module 设置为 YES MOdule Name 配置工...

  • tableview 分割线间距

    想左右全屏对齐 _tableview.separatorInset=UIEdgeInsetsMake(0,0,0,0); 想各留15像素...

  • 数组包含字典 去重

    NSMutableArray *categoryArray = [[NSMutableArray alloc] init]; NSMutable...

  • cell里的for循环重用问题

    [self.mainview removeFromSuperview]; self.mainview = [[UIView alloc]init...

  • NSSortDescriptor 根据Model里某个参数,针对数据进行升序降序排序

    NSArray *AllData=[WeatherNewModel objectArrayWithKeyValuesArray:jsonObje...

  • iOS Runtime 使用

    使用runtime 首先需要导入#import<objc/ runtime.h> runtime拷贝 objc_setAssociatedObj...

  • iOS 导航栏渐变

    -(void)scrollViewDidScroll:(UIScrollView *)scrollView{ if (scrollView==s...