-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on a UITableViewController #19
Comments
Is there any plan to support UITableViewController? |
Hi, yes I've see this as well. For some reason, UITableViewController does some internal layouting that prevents any added subviews to correctly show and hide. |
Have you tried setting the |
Well, setting the |
@aschuch Hey there! Just wanted to confirm that this library is still actively maintained, since we haven't heard any reply about the fix I've proposed. It's totally fine if you're busy right now and just need some time to get to it, but I'm just confirming, because if this isn't being maintained, I'm gonna push a new Pod from my fork. Thanks! :) |
Hi, yes this framework is still actively maintained. I am quite busy right now, so I am not as responsive as I should be atm. I'll definitely try to get a look at this soon. ✌️ |
Any progress? |
^ |
i tried many times...but not my mistake... |
@aschuch Any progress so far? |
Hi @bjrne I came up with some hack to make it work. In your Create a container view:
And then in your viewDidLoad:
after this initial setup you should be able to use |
@ed-mejia Thanks a lot! I'll try this. |
I've pushed some changes to master that allow for better support of UITableViewController and UICollectionViewController (thanks @AnthonyMDev). |
@aschuch, The master version of this library seems to get UITableViewController working quite nicely. The workaround you proposed doesn't work because the stateMachine property is read-only. We'd prefer to use an 'actual release' so could you please publish a new release so we could take our dependency on it? In addition, I also wanted to get your thoughts on using this library, as opposed to other options as proposed by these blog posts / github + videos:
As a Swift developer, I greatly appreciate you creating this library and I've used it in a few apps. Would like to know if you have a new preference moving forward and we can point our Swift / App developer community towards that. |
Hi, this is a great lib, I used it over a UIViewController and works wonderfull
But then I tried to use it on a UITableViewController and it does not work at all 😓
The text was updated successfully, but these errors were encountered: