yang152412
yang152412
佳博 58MBIII 这个打印机 ,我也是被折腾死了。最后 还是必须要用他们的 sdk 才能打印。但是 他们的 sdk 把 扫描连接蓝牙设备的方法 都封装到了controller 里面,感觉 用了他们的 sdk 就不好兼容其他品牌了,非常坑爹。。。
这个 demo 在 ios7下是没问题的,我刚开始也在 ios7下跑了挺好,好开心,结果拿到 ios9就出问题了。折腾了好几天,他们 sdk 技术也明确做了些处理的。所以只能用他们的 sdk
@GeekTree0101 it doesn't work
@GeekTree0101 just in the init method. use the `examples/ASCollectionView`. `string` is a gif resource ` \- (instancetype)initWithString:(NSString *)string { self = [super init]; if (self != nil) { ....... self.imageNode.defaultImage...
@GeekTree0101 It doesn't work either. notice the [show example gif](https://ddimg.ddxq.mobi/TextureBugGif.gif) , Why the first gif is OK? I upload an demo at [here](https://github.com/yang152412/TextureBug.git)
Finally, I find where is the problem. The code at `ASNetworkImageNode.mm` `334~371`: ``` - (void)displayWillStartAsynchronously:(BOOL)asynchronously { [super displayWillStartAsynchronously:asynchronously]; if (asynchronously == NO && _cacheFlags.cacheSupportsSynchronousFetch) { ASLockScopeSelf(); NSURL *url = _URL;...
You need to modify a lot of settings. The "Bundle Identifier" of all targets, "Development Teams", "Coding Signing Identity". "SIGNING_IDENTITY" in all "MakeFile"s.