240 发简信
IP属地:贵州
  • (20191128)微信分享 配置Universal Link

    环境:Xcode11.2.1 服务器: 1、申请一个域名,你的域名必须支持Https。 2、创建apple-app-association,放在...

  • 1208. Get Equal Substrings Within Budget

    You are given two stringssandtof the same length. You want to changestot...

  • Could not instantiate class named _UITextLayoutView

    环境:xcode 11.2 iPhone真机,若低于iOS13.2的系统,毕现; 产生原因: xcode自身的BUG,该bug已被Apple 员...

  • 在 AutoLayout 和 Masonry 中使用[UIView animationWith...]]

    问题描述: 一个UIImageView做动画时,未按设置的frame做动画。 原因: 由于用Masonry设置了约束,设置动画时,需要用upda...

  • ios – 在自动调整TextView中输入文本时,UITableView闪烁/停顿

    目前我有一个UITableView,其中有大小的UITextView.单元格使用beginUpdates / endUpdates自动调整大小,...

  • Resize,w 360,h 240
    flutter 安装 傻瓜式教程

    //从git上clone 1、打开命令行窗口,输入以下命令git clone -b beta https://github.com/flutte...

  • iPhone 刘海机型判断 (支持机型iPhoneX、iPhoneXS、iPhoneXS Max、iPhone XR)

    #import "sys/utsname.h" +(BOOL)getIs_iPhoneX{ structutsnamesystemInfo;...

  • anchorPoint与positon

    如下公式: frame.origin.x = position.x - anchorPoint.x * bounds.size.width; f...

  • iOS应用性能调优的4个建议和技巧

    任何一个能在用户手机屏幕中占有一席之地的iOSapp都包含3个关键因素:想法好、设计出色、性能卓越。本文将分享一些iOS应用性能调优的4个建议和...