DZNEmptyDataSet
DZNEmptyDataSet copied to clipboard
刷新导致奔溃的问题 -[UIScrollView(DZNEmptyDataSet) dzn_reloadEmptyDataSet]
bugly崩溃日志
| title | description |
|---|---|
| 0 UIKit | -[UIImage imageWithRenderingMode:] + 104 |
| 1 UIKit | -[UIImage imageWithRenderingMode:] + 104 |
| 2 app | -[UIScrollView(DZNEmptyDataSet) dzn_reloadEmptyDataSet] (UIScrollView+EmptyDataSet.m:0) |
| 3 app | dzn_original_implementation (UIScrollView+EmptyDataSet.m:608) |
| 4 UIKit | -[UITableView layoutSubviews] + 36 |
| 5 UIKit | -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1200 |
| 6 QuartzCore | -[CALayer layoutSublayers] + 148 |
| 7 QuartzCore | CA::Layer::layout_if_needed(CA::Transaction*) + 292 |
| 8 QuartzCore | CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32 |
| 9 QuartzCore | CA::Context::commit_transaction(CA::Transaction*) + 252 |
| 10 QuartzCore | CA::Transaction::commit() + 504 |
| 11 UIKit | __UIApplicationFlushRunLoopCATransactionIfTooLate + 172 |
| 12 UIKit | ___handleEventQueue + 4916 |
| 13 UIKit | ___handleHIDEventFetcherDrain + 148 |
| 14 CoreFoundation | _CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 |
| 15 CoreFoundation | ___CFRunLoopDoSources0 + 540 |
| 16 CoreFoundation | ___CFRunLoopRun + 744 |
| 17 CoreFoundation | CFRunLoopRunSpecific + 424 |
| 18 GraphicsServices | GSEventRunModal + 100 |
| 19 UIKit | UIApplicationMain + 208 |
| 20 app | main (main.m:15) |
| 21 libdyld.dylib | _start + 4 |
| 、 | |
| 主要奔溃系统 | |
| 系统版本 Top 5 | |
| 10.3.3 (14G60) | 20.33% |
| 11.1.2 (15B202) | 17.89% |
| 10.3.2 (14F89) | 13.82% |
| 10.2.1 (14D27) | 9.76% |
| 11.0 (15A372) | 8.94% |
一直没有找到解决的方案,有人知道这怎导致的吗?
Me too
UIKit -[UIImage imageWithRenderingMode:] DZNEmptyDataSet -[UIScrollView(DZNEmptyDataSet) dzn_reloadEmptyDataSet] UIScrollView+EmptyDataSet.m:487 DZNEmptyDataSet dzn_original_implementation UIScrollView+EmptyDataSet.m:605
bugly崩溃日志
title description 0 UIKit -[UIImage imageWithRenderingMode:] + 104 1 UIKit -[UIImage imageWithRenderingMode:] + 104 2 app -[UIScrollView(DZNEmptyDataSet) dzn_reloadEmptyDataSet] (UIScrollView+EmptyDataSet.m:0) 3 app dzn_original_implementation (UIScrollView+EmptyDataSet.m:608) 4 UIKit -[UITableView layoutSubviews] + 36 5 UIKit -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1200 6 QuartzCore -[CALayer layoutSublayers] + 148 7 QuartzCore CA::Layer::layout_if_needed(CA::Transaction*) + 292 8 QuartzCore CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32 9 QuartzCore CA::Context::commit_transaction(CA::Transaction*) + 252 10 QuartzCore CA::Transaction::commit() + 504 11 UIKit __UIApplicationFlushRunLoopCATransactionIfTooLate + 172 12 UIKit ___handleEventQueue + 4916 13 UIKit ___handleHIDEventFetcherDrain + 148 14 CoreFoundation _CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 15 CoreFoundation ___CFRunLoopDoSources0 + 540 16 CoreFoundation ___CFRunLoopRun + 744 17 CoreFoundation CFRunLoopRunSpecific + 424 18 GraphicsServices GSEventRunModal + 100 19 UIKit UIApplicationMain + 208 20 app main (main.m:15) 21 libdyld.dylib _start + 4 、 主要奔溃系统 系统版本 Top 5 10.3.3 (14G60) 20.33% 11.1.2 (15B202) 17.89% 10.3.2 (14F89) 13.82% 10.2.1 (14D27) 9.76% 11.0 (15A372) 8.94% 一直没有找到解决的方案,有人知道这怎导致的吗?
请问解决了吗
没有,烂在哪里了!
解决了吗?
我这里是因为占位图返回一个没有名字的UIImage()对象导致的,改成返回nil或者一个正常的UIImage对象就好了