Last active
          October 5, 2015 02:35 
        
      - 
      
 - 
        
Save zats/b1a641ef6a24163cab8a to your computer and use it in GitHub Desktop.  
    UIViewController implementation details for view and loadViewIfNeeded
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | - (UIView *)view { | |
| [self loadViewIfRequired]; | |
| return _existingView; | |
| } | |
| - (void)loadViewIfNeeded { | |
| [self loadViewIfRequired]; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment