iOS object-c 小技巧
一、iOS12版本 使用reloadRowsAtIndexPaths方法 刷新cell 界面抖动/跳动解决方法:__strong typeof(self) strongSelf = self;
[UIView performWithoutAnimation:^{
CGPoint loc = self.tableView.contentOffset;
...
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...
Xcode11新建低版本iOS,swift项目流程及问题
一、新建一个工程User interface:选择Storyboard,因为SwiftUI只支持iOS13二、修改deployment target三、删除文件删除SceneDelegate.swift官方文档:
In iOS 13 and later, use UISceneDelegate objects to respond to life-cycle events in a scen...
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开发中,添加文件等资...