P. P1 {margin: 0.0px 0.0px 0.0px 0.0px; Font: 11.0px Menlo; color: # 7a482f}
P. P2 {margin: 0.0px 0.0px 0.0px 0.0px; Font: 11.0px Menlo; Min-Height: 13.0px}
Span. S1 {color: # d62c24}
The project can be used directly after being added to three20
# Define ttlogrect (rect )\
Ttdinfo (@ "% S x = % F, y = % F, W = % F, H = % F", # rect, rect. origin. x, rect. origin. Y ,\
Rect. Size. Width, rect. Size. Height)
# Define ttlogpoint (PT )\
Ttdinfo (@ "% S x = % F, y = % F", # Pt, Pt. X, Pt. Y)
# Define ttlogsize (size )\
Ttdinfo (@ "% s w = % F, H = % F", # size, size. Width, size. Height)
# Define ttlogedges (edges )\
Ttdinfo (@ "% s left = % F, Right = % F, Top = % F, Bottom = % F", # edges, edges. Left, edges. Right ,\
Edges. Top, edges. Bottom)
# Define ttloghsv (_ color )\
Ttdinfo (@ "% s h = % F, S = % F, V = % F", # _ color, _ color. hue, _ color. saturation, _ color. value)
# Define ttlogviews (_ view )\
{For (uiview * view = _ view; view = view. superview) {ttdinfo (@ "% @", view );}}