dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/mobile/Containers/Bundle/Application/LONGSERIALNUMBER/AppName.app/AppName
Reason: no suitable image found. Did fi……
在自定义的cell里重写layoutSubviews()方法,然后遍历替换
override func layoutSubviews() {
super.layoutSubviews()
for control in self.subviews{
if control.isMember(of: NSClassF ...……