Today's Menu  Portugal
journal and plan nutrition
Instance Methods | List of all members
Z5Label Class Reference

#import <Z5Label.h>

Inheritance diagram for Z5Label:
Inheritance graph
[legend]
Collaboration diagram for Z5Label:
Collaboration graph
[legend]

Instance Methods

(void) - drawTextInRect:
 

Detailed Description

Definition at line 11 of file Z5Label.h.

Method Documentation

◆ drawTextInRect:()

- (void) drawTextInRect: (CGRect)  rect

Definition at line 13 of file Z5Label.m.

13  :(CGRect)rect {
14  UIEdgeInsets insets = {10, 5, 10, 5};
15  [super drawTextInRect:UIEdgeInsetsInsetRect(rect, insets)];
16 }

The documentation for this class was generated from the following files: