LINGYE
LINGYE
当 viewcontroller 里有 tableview 的时候,有时候会出现无法上下滚动,debug 发现这时候只触发了滑动返回的这个 pan gesture , 具体原因不太清楚。
``` self.titleLabel = [[FXLabel alloc] initWithFrame:CGRectMake(9, 7, 100, font.lineHeight)]; self.titleLabel.numberOfLines = 0; self.titleLabel.font = font; self.titleLabel.backgroundColor = [UIColor clearColor]; self.titleLabel.textColor = [UIColor whiteColor]; self.titleLabel.shadowColor = [[UIColor blackColor] colorWithAlphaComponent:0.2]; self.titleLabel.shadowOffset =...
我看了一下,Demo 目录下的 libWeiboSDK 目录压根没有用到,Demo 项目引用的是上层目录的 libWeiboSDK,所以这些文件都是重复且无用的。
1. 将 `openapi-generator`(不限于) 配置为可选依赖,需要用到的自行安装 2. `@types/request` 是否应该在 `devDependencies` 主要原因是包有依赖 yargs-parser,有一个需要处理的问题 https://www.npmjs.com/advisories/1500 ,但我看依赖又比较深,而且`openapi-generator`在该组件中并不是必选必要的功能。
QBAssetsViewController did not scroll to bottom, because collectionView reloadData did not completed. #131 #157
i set font with system font, but it look like as bold font: ``` UIFont *font = [UIFont systemFontOfSize:14]; CTFontRef fontRef = CTFontCreateWithName((__bridge CFStringRef)font.fontName, font.pointSize, NULL); id ctfont = (__bridge...
add multiple Entity and add some attributes, when running on my iPhone 5s (iOS7): **\* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+entityForName: could not locate an entity named...