ApesTalk
ApesTalk
I found when i add some subView on WTReTextField and use the Masonry layout, it will crash immediately on iOS7 device. After i remove all WTReTextField's subView, it works well.
@zljkevin 请教下你这个改法在实际项目中使用了吗,会不会引起其他问题?
How can i use AspectPositionInstead option replace viewDidLoad method? Any help would be appreciated. [MySubViewController aspect_hookSelector:@selector(viewDidLoad) withOptions:AspectPositionInstead usingBlock:^(id info){ //How can i use super here ??? // [super viewDidLoad]; WTSubViewController...
我想问下这个扩展方法跟系统提供的- (NSString *)base64EncodedStringWithOptions:(NSDataBase64EncodingOptions)options方法有什么差异?
@liuzhiyi1992 cell肯定是重用了的。demo我没法给呀,我这边就是一个列表,每个cell上一个UIImageView,用SDWebImage来加载的网络图片的,每个图片地址都不一样的那种。你可以试试看加载个50~100个cell后等内存消耗量稳定下来后是多少MB。
亲测,这种方式确实没法实现cell重用,只适合cell数量较少的需求,支付宝首页的cell也就十几个的样子,而且没有上拉加载更多的功能。
When my app is launching, a thread will upload logs and another thread may read cached data. The data they cache and read are both use system libsqlite3.tdb libray.
@R4N Is it necessary for me to remove the system libsqlite3.tdb?
I also have the same problem. I thought it was caused by conflicts with other third-party SDKs until I learned that our websocket server needs to append some parameters after...