Qitao Yang

Results 15 issues of Qitao Yang

如果一个TableView使用了Self-Sizing,并且cell实现了`didSelectRowAtIndexPath`方法,点击cell之后present到一个VC,于是奇怪的事情发生了: 列表发生了跳跃,也就是跳到了其他cell。并且这时如果返回列表视图往上滚动滚动列表(注意是往上滚动)你会发现,所有之前self-sizing的cell位置都乱了,全部都发生了距离上的偏移。 目前我唯一能找到的不完全解决方法是:在`viewWillDisappear`中调用`tableView.reloadData()`,但这只能保证present的时候不出现跳跃,回到tableview往上滚动仍然会出现cell位置跳跃的情况。目前我只能猜测是iOS8的bug了。

I write a transaction with a smart contract,but the result what I want to retrieve is inside Internal Transactions. so How can I get the internal transactions? If I can...

调用`removeAllObjectsWithProgressBlock:endBlock:` 之后,会清除沙盒下 `Library - com.ibireme.yykit - images - data`里的数据,但是并不会清除 `manifest.sqlite` ,`manifest.sqlite-shm`,`manifest.sqlite-wal`。 ![fullsizerender 2](https://user-images.githubusercontent.com/5517281/30523378-f79a1cc8-9c12-11e7-989d-eb1799162c82.jpg)

一个疑问,为何除了使用系统提供的通之外还要去 KVO 键盘呢?我觉得存在局限比如这样以来就无法在 app extension 里面使用。

是使用: - (DOUHttpRequest *)post:(DOUQuery *)query postBody:(NSString *)body callback:(DOUReqBlock)block; 还是在 - (id)initWithSubPath:(NSString *)aSubPath parameters:(NSDictionary *)theParameters; 使用中的参数? 求回答!

Can the Indicator move interactively with gesture move?

I've run `pymobiledevice3 syslog live` to receive livetime iPhone log. I can exit use `control`+`c` shortcut, but how can I exit from shell script?

我遇到这个问题,i find the reason lies on RTLabel.m—— line 848~858: if (position!=NSNotFound) { if ([delimiter rangeOfString:@"

So it's no need to use delegate splitter.

Could you please upgrade to latest [vamp-plugin-sdk](https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository) and latest [pYIN](https://code.soundsoftware.ac.uk/projects/pyin/repository)? Thanks.