iOS 复选框 BEMCheckBox 使用教程

4年前 高效码农

效果展示: 使用方式: 1、Podfile中引入: pod ‘BEMCheckBox’ 2、执行以下命令: pod install 3、在需要使用的类中引入: #import "BEMChe …

iOS object-c 小技巧

4年前 高效码农

一、iOS12版本 使用reloadRowsAtIndexPaths方法 刷新cell 界面抖动/跳动 解决方法: __strong typeof(self) strongSelf = self; [ …

iOS UILabel,UITableViewCell 显示html 图文混合

5年前 高效码农

直接代码: -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)in …

iOS UITableView中的HeaderSection、FooterSection不悬浮、停留 设置

5年前 高效码农

方式一: 修改tableView的style为UITableViewStyleGrouped 如: self.tableView = [[UITableView alloc] initWithFram …

swift调用保利威视SDK(polyv-ios-vod-sdk)

5年前 高效码农

一、xcode11 新建swift5 项目 参考Xcode11新建低版本iOS,swift项目流程及问题 二、接入 SDK 在项目目录下执行 $ pod init 在 Podfile 中指定: pod …

2019年 App Store Connect上传/更新应用时,App预览和屏幕快照规则更改

6年前 高效码农

最近在更新iOS APP版本时,按照之前的常规升级操作:添加版本信息->添加构建版本,居然提示: 所以查看了App预览和屏幕快照规则 之前的规则可以再下图中看到6.5英寸的屏幕快照是“可选的”, …

xcode报错:Multiple commands produce ‘…gold@3x.png’

6年前 高效码农

问题: :-1: Multiple commands produce ‘/Users/reanod/Library/Developer/Xcode/DerivedData/xxx-exvvnirkst …