Skip to content

cfr/UITextView-PinchZoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UITextView+PinchZoom

Simple pinch-zoom category for UITextView.

Code works with and without ARC.

Library can be added to a project using CocoaPods.

Usage:

#import "UITextView+PinchZoom.h"

//...

UITextView *textView = [[UITextView alloc] initWithFrame:self.view.frame];
[self.view addSubview:textView];
textView.zoomEnabled = YES;
textView.minFontSize = 10;
textView.maxFontSize = 40;

About

Simple pinch-zoom category for UITextView

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors