Category
iOS

UITableViewCell 添加 UITextView IQKeyboardManager 不起作用

背景 在 UITableViewCell 里 使用 UITextView 出现 键盘遮挡输入框的问题 解决办法 导入头文...
avatar
iOS

iOS 接口返回的字符串含有 \n 无法换行的问题

起因 接口返回的字符串里含有 \n,目的是对文本进行换行,但是赋值给 UILabel 后并没有换行,而是显示出 \n。 ...
avatar
iOS

iOS 14 popToRootViewControllerAnimated:YES 导致TabBar不显示的问题

将 iOS 升级到 14 后,使用 popToRootViewControllerAnimated:YES 返回到首页,...
avatar
iOS

Xcode 12 TYAttributedLabel 编译失败

请升级最新版本,作者已适配 xcode12 https://github.com/12207480/TYAttribut...
avatar
iOS

macOS HBuilderX 未检测到iOS模拟器

第一种情况(Xcode异常) 解决方案: 1、Xcode 必须安装在 应用程序(Application)中 2、首先确认...
avatar
command line tools are already installed, use
iOS

command line tools are already installed, use “Software Update” to install updates

在 终端 执行 xcode-select --install 报错 command line tools are alr...
avatar
iOS

iOS 苹果授权登录(Sign in with Apple)系列之Apple Developer配置篇

在 iOS13 中,如果 App 提供第三方登录,就必须添加 苹果登录 Sign in with Apple 选项,并要...
avatar
iOS

iOS 苹果授权登录(Sign in with Apple)系列之原生篇

在 iOS13 中,如果 App 提供第三方登录,就必须添加 苹果登录 Sign in with Apple 选项,并要...
avatar
iOS

Xcode11 找不到 Application Loader 的解决方式

从 Xcode11 开始 Xcode11 编译器将不再包含 Application Loader Xcode suppo...
avatar
iOS

mac 10.15 cocoapods无法使用的解决办法

mac 10.13 cocoapods无法使用的解决办法 升级到 mac os 10.15 Catalina后 coco...
avatar