Skip to content

igorski89/MVCProblems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Illustration how to correctly use MVC in cocoa

Each time this kind of code get called in controller

[UIView animateWithDuration:0.3 animations:^{ 
    self.tableView.alpha = 0.0f;
    self.activityView.alpha = 0.0f;            
} completion:^(BOOL finished){
    self.tableView.hidden = YES;
    [self.tableView reloadData];
    self.activityView.hidden = YES;
}];

God kills a kitteh. Read more in my blog post

About

Project illustrates how to fix a MVC implementation problem in Cocoa Touch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published