Skip to content

Commit

Permalink
add screenShots
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Cai committed Oct 12, 2018
1 parent 36d18f5 commit c7e4be3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
Binary file added Screenshots/aligment(image).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/origin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/size.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/vertical(image).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions textExample/textExample/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ - (void)viewDidLoad {
[self.view addSubview:self.textView];
self.textView.center = CGPointMake(10, 50);
[self.textView sizeToFit];

[self.view addSubview:self.textView2];
self.textView2.frame = CGRectMake(20, 100, 0, 0);
[self.textView2 sizeToFit];
Expand All @@ -55,13 +55,11 @@ - (void)viewDidLoad {

[self.view addSubview:self.textView4];
self.textView4.frame = CGRectMake(20, 500, 200, 150);

[self.view addSubview:self.textView5];
self.textView5.frame = CGRectMake(20, 700, 0, 0);
[self.textView5 sizeToFit];



}

- (void)linkHandler:(NUDAction *)action {
Expand Down

0 comments on commit c7e4be3

Please sign in to comment.