UIForLumberjack icon indicating copy to clipboard operation
UIForLumberjack copied to clipboard

iOS UI library to display CocoaLumberjack logs on iOS device

Results 2 UIForLumberjack issues
Sort by recently updated
recently updated
newest added

Hi, There is a [widely discussed] problem with iOS10, when apps are crashing on attempt to scroll an UITableView with the error > *** Assertion failure in -[UIGestureGraphEdge initWithLabel:sourceNode:targetNode:directed:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3600.6.21/Source/GestureGraph/UIGestureGraphEdge.m:25...

Some apps may produce a large number of logging messages. In this case it may be desirable to limit the number of messages to save memory/performance. - Added .maxLines property...