Changeset 790 for trunk/TwitterFon/Classes/Controllers/PostViewController.m
- Timestamp:
- 07/28/08 18:40:37 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/TwitterFon/Classes/Controllers/PostViewController.m
r788 r790 31 31 - (void)viewDidLoad { 32 32 charCount.font = [UIFont boldSystemFontOfSize:16]; 33 text.font = [UIFont systemFontOfSize:1 6];33 text.font = [UIFont systemFontOfSize:18]; 34 34 self.view.hidden = true; 35 35 textRange.location = 0;
