Summary
Directory Structure
Directory structure:└── strivever-sttextview/├── README.md└── STTextView/├── AppDelegate.h├── AppDelegate.m├── Info.plist├── main.m├── ViewController.h├── ViewController.m├── Assets.xcassets/│ └── AppIcon.appiconset/│ └── Contents.json├── Base.lproj/│ ├── LaunchScreen.storyboard│ └── Main.storyboard├── STTextView/│ ├── STTextView.h│ └── STTextView.m└── UIViewExtention/├── UIView+Extension.h└── UIView+Extension.m