ivlevAstef / DITranquillity

Dependency injection for iOS (Swift)
MIT License
421 stars 32 forks source link

Feature/inject into storyboard views #118

Closed patskovn closed 6 years ago

patskovn commented 6 years ago
  1. Add injecting into UIViews created by UIStoryboard
  2. Add injecting into UITableViewCells and UICollectionViewCells created by UITableView and UICollectionView. Note: Programmatically created UITableViews (inside UITableViewController too) and UICollectionViews (inside UICollectionViewControllers too) not injecting into its cells. Will be implemented in future