appsquickly / typhoon

Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
https://pilgrim.ph
Apache License 2.0
2.7k stars 269 forks source link

Need Help understanding run-time propagation #496

Closed wh33ler closed 7 years ago

wh33ler commented 8 years ago

In my application I use a lot of run-time arguements and now it seems to get out of hand.

currently I call run time objects from the assembly directly which now gets into too many classes in my opinion. I looked at the example (Propagating run-time arguments through to dependencies) But I don't really understand how it works. Could someone please write how this example is used to setup objects. Does it mean that the view gets the run-time object from a selector of the controller which should be there (not defined) ?? I am so confused... sry.

etolstoy commented 7 years ago

Hi, @wh33ler . If you still have this question - feel free to create a question using Typhoon tag on StackOverflow.