Commit 6a77107
Fix warnings about exceding UIColor range (FolioReader#176)
This was causing this warning to appear in the console:
[Graphics] UIColor created with component values far outside the expected
range. Set a breakpoint on UIColorBreakForOutOfRangeColorComponents to debug.
This message will only be logged once.1 parent f0d223e commit 6a77107
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments