Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Jan 18, 2016
1 parent d0eaab3 commit cf410f5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ LCTabBarController *tabBarC = [[LCTabBarController alloc] init];
````objc
[self.navigationController popToRootViewControllerAnimated:YES];
[(LCTabBarController *)[UIApplication sharedApplication].keyWindow.rootViewController removeOriginControls];
````

Expand Down Expand Up @@ -227,14 +227,15 @@ LCTabBarController *tabBarC = [[LCTabBarController alloc] init];
### V 1.0.5
*
````objc
tabBarItem.imageView.contentModel == UIViewContentModeCenter;
* Change something:
-->
````objc
tabBarItem.imageView.contentModel == UIViewContentModeCenter;
tabBarItem.imageView.contentModel == UIViewContentModeScaleAspectFit;
````
-->
tabBarItem.imageView.contentModel == UIViewContentModeScaleAspectFit;
````
### V 1.0.3
Expand Down

0 comments on commit cf410f5

Please sign in to comment.