-
Notifications
You must be signed in to change notification settings - Fork 233
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
Swift, PopUp is hidden by tableview cell. #52
Comments
Not sure : ( |
@alskipp I tried to implement it in a static tableview using swift 3. But I failed to connect the outlet from storyboard to my Without the outlet I don't know how to prevent the slider being obscured by the cell. I tried to hack around in my |
Hi @rx2130, it is possible to get things working with a static tableview. I struggled a little initially, but the thing to check is that the cell has I've just added a new static tableview screen to the example project, please take a look at that – it's all done purely in Interface Builder. |
@alskipp Thanks for adding the new demo! I got it to work in the end but there're couple thing worth to point out.
|
@rx2130 Glad it's working 👍 What I really meant was that you don't need to add any code to your tableview controller, but you do need to declare the IBOutlet in the table cell subclass and handle the delegate method there. No idea why keeping |
I read a similar post in the issues about someone having the same problem, except they had a jail broken phone and this was a while back.
The example project in Objective C is working but when I tried to implement it in my Swift project the pop over was being slightly hidden.
The delegate functions are being called.
Any guesses?
The text was updated successfully, but these errors were encountered: