240 发简信
IP属地:河南
  • 【iOS】字符串NSString中去掉空格

    【问题描述】 某些情况下,服务器返回的字段中含有空格,这空格是服务器开发人员不小心往数据中多敲了,但客户端需要保护,所以在客户端需要把字符串...

  • UILabel宽度固定, 字体大小自适应

    [cell.detailTextLabel setAdjustsFontSizeToFitWidth:YES];

  • iOS:高德地图的使用

    https://www.cnblogs.com/XYQ-208910/p/6128915.html

  • iOS开发之WMPageController的使用

    https://blog.csdn.net/yubo_725/article/details/51159633

  • iOS_UIAlertController的使用方法

    https://blog.csdn.net/w582324909/article/details/79012825

  • iOS - tableviewcell分割线不对齐以及取消分割线

    取消分隔线代码属于tableview的属性设置如下 tableView.separatorStyle = UITableViewCellSepa...

  • cell高度自适应实现的最简单方式

    https://blog.csdn.net/studying_ios/article/details/54094305 首先,第一步,现在自定义...

  • UITextView里换行实现(键盘上附加一个完成按钮)

    // 1、创建UITextView UITextView* tv = [[UITextViewalloc]initWithFrame:CGRec...

  • cell返回时取消阴影

    在这里加上句代码 - (void)tableView:(UITableView*)tableView didSelectRowAtIndexPa...