[TIMOB-2816] iOS: improve log message for views with auto height 0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-07-26T22:11:20.000+0000 |
Affected Version/s | Release 1.6.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | tom quas |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:30:18.000+0000 |
Updated | 2012-07-26T22:13:54.000+0000 |
Description
it would be very helpful if you could offer more detail in the logs to that it's easier to locatet the source
[WARN] [object TiUIView] has an auto height value of 0, meaning this view may not be visible.
"[WARN] [object TiUIView] has an auto height value of 0, meaning this view may not be visible."
I have been struggling with this warning. I pulled the code from KitchenSink and placed it in my app. No matter what I do, I cant seem to eliminate the warning.
Log messages should probably include a reference to the line of JS code (where possible; doesn't our exception handler do this?)
Message is no longer printed.