-
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
UI bug when using searchable and indexable together #643
Comments
I'm pretty sure this is a consequence of hard-coding the 320 width. TODO: assign @cbetta to fix this. ;) |
👍 This has been needing to be fixed for a while now. Should be an easy fix. |
Lol, will see if I can dig at it. Anyone got a clue how to hotfix this for now? |
From what I can tell I should be able to do something like: searchable frame: CGRectMake(0, 0, 350, 44) to change the frame size, am I right? |
easiest way to check is to clone this repos, then change the gemfile in your project to: gem "ProMotion", path: "../ProMotion" then run |
@markrickert so been trying to fix this but rather lost. Pretty new to all this so not too sure if I'm digging at this right. Regardless of the value of the frame (I clone the repo locally and am using that as the gem in my project) the index just pushes all cells and the searchbar to the left. |
To reclarify: it's pushing both the cells AND the search box. |
@cbetta I'll look at this next week! |
I've been trying to use searchable and indexable together and it seems to have a UI bug. The index pushes the cells, and the search box, to the left.
The text was updated successfully, but these errors were encountered: