|  | @@ -86,13 +86,7 @@
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  - (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text {
 | 
	
		
			
				|  |  | -    if ([text isEqualToString:@"\n"]) {
 | 
	
		
			
				|  |  | -        [self endEditing:YES];
 | 
	
		
			
				|  |  | -        return YES;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -    if ([text isEqualToString:@""]) {
 | 
	
		
			
				|  |  | -        return YES;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      if (textView == self.titleView) {
 | 
	
		
			
				|  |  |          NSString *newText = [[textView text] stringByReplacingCharactersInRange:range withString:text];
 | 
	
		
			
				|  |  |          if (newText.length > 25) {
 |