Esqarrouth / EZLoadingActivity

:hatching_chick: Lightweight Swift loading activity for iOS7+
MIT License
608 stars 82 forks source link

Not work in container view #12

Closed mychaelgo closed 8 years ago

mychaelgo commented 8 years ago

i have implemented your library, but it just only work on UIViewController, not work in container view.

Esqarrouth commented 8 years ago

Hello, can you give an example code?

Esqarrouth commented 8 years ago

By design this is supposed to show at the top ViewController and not inside any UIViews. Even if you have container view, it should show in the ViewController that is on top of that. Is that what you expected?

Esqarrouth commented 8 years ago

I'm closing this, I think the problem is solved