iOS 复选框 BEMCheckBox 使用教程
效果展示: 使用方式:1、Podfile中引入:pod 'BEMCheckBox'2、执行以下命令:pod install3、在需要使用的类中引入:#import "BEMCheckBox.h"4、添加代理协议:BEMCheckBoxDelegate5、实例化BEMCheckBox//********************** 用户协议 ************...
iOS object-c 小技巧
一、iOS12版本 使用reloadRowsAtIndexPaths方法 刷新cell 界面抖动/跳动解决方法:__strong typeof(self) strongSelf = self;
[UIView performWithoutAnimation:^{
CGPoint loc = self.tableView.contentOffset;
...
iOS UILabel,UITableViewCell 显示html 图文混合
直接代码:-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell&quo...
iOS UITableView中的HeaderSection、FooterSection不悬浮、停留 设置
方式一:修改tableView的style为UITableViewStyleGrouped如:self.tableView = [[UITableView alloc] initWithFrame:frame
style:UITableViewStylePlain];方式二:(普遍推荐)在...
swift调用保利威视SDK(polyv-ios-vod-sdk)
一、xcode11 新建swift5 项目参考Xcode11新建低版本iOS,swift项目流程及问题二、接入 SDK在项目目录下执行$ pod init在 Podfile 中指定: pod 'PolyvVodSDK'
pod 'PLVVodDanmu'
pod 'PLVSubtitle'
pod 'FDStackView'
pod 'Masonry'
pod 'YYW...
2019年 App Store Connect上传/更新应用时,App预览和屏幕快照规则更改
最近在更新iOS APP版本时,按照之前的常规升级操作:添加版本信息->添加构建版本,居然提示:所以查看了App预览和屏幕快照规则之前的规则可以再下图中看到6.5英寸的屏幕快照是“可选的”,12.9 英寸(iPad Pro(第三代))也是可选的:再来看现在最新的规则,可以看到6.5英寸的屏幕快照没有可选的字样:总结:现在iOS app store中上传app需要的快照必须添加的屏幕尺寸...
xcode报错:Multiple commands produce '...gold@3x.png'
问题::-1: Multiple commands produce '/Users/reanod/Library/Developer/Xcode/DerivedData/xxx-exvvnirkstuupfhewuknphwuveko/Build/Products/Debug-iphonesimulator/xxx.app/gold@3x.png':出错原因:在xcode开发中,添加文件等资...