-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can these message be scrolled? #9
Comments
Can you please help me out? |
Sorry, it's not supported yet. Now, PeriscommentView hide comments automatically. |
I am able to unhide and I am able to see them however they don't scroll. can you please add scrollview to the periscommentview so that added cell will will be scrolled. You know some people will seek like this. With intelligent like you people can make this |
public class PeriscommentView: UIView {
} |
I am trying to add a scrollview and then in that I am adding a container view so that cells can be added to it and can be scrolled however its not working!! |
I have tried to add the scrollview. Its like floating the comments. Can you please look into it import UIKit public class PeriscommentView: UIView {
} |
Everything is up and its scrolling however edge insect issue is there why can you please check // import UIKit public class PeriscommentView: UIView {
} |
I wanted to unhide the cells so that they don't get invisible. That I am able to do however if user wants to see the previous messages then it is not scrolling!!!
The text was updated successfully, but these errors were encountered: