i have an uiview and i add a editable UITextView to it
UITextView *textView = [[UITextView alloc] initWithFrame:CGRectMake(5, 5, 219, 47)];
[self addSubview:textView];
textView.font = [UIFont systemFontOfSize:14];
when i type it doesn't go down automatic. anybody got an idea?