Injective icon indicating copy to clipboard operation
Injective copied to clipboard

Cocoa / Cocoa Touch Dependency Injection framework with features for simpler TDD

Results 4 Injective issues
Sort by recently updated
recently updated
newest added

We have an app in which could be helpful to replace a singleton instance on runtime by a different one (even a subclass of the original one) at some point....

Docs should be more clear on this one. It might be an interesting possibility to make _IJLocalContext_ a default Injective context to use, and move defaultContext functionality further down to...

feature

Consider a case like ``` objc - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { [tableView deselectRowAtIndexPath:indexPath animated:YES]; MYEpisode *ep = [self.episodes objectAtIndex:indexPath.row]; PCCastDetailViewController *dvc = [[PCCastDetailViewController alloc] init]; dvc.episode = ep; [self.navigationController...

feature