高效码农

撰写、分享国内外先进的IT技术

标签 xcode 下的文章

May 12, 2020

iOS object-c 小技巧

一、iOS12版本 使用reloadRowsAtIndexPaths方法 刷新cell 界面抖动/跳动解决方法:__strong typeof(self) strongSelf = self; [UIView performWithoutAnimation:^{ CGPoint loc = self.tableView.contentOffset; ...
October 23, 2019

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...