Hello,
the library is good and very simple to implement, but in my case instead of displaying the content in fullscreen, i want to display only in some portion of the screen.

I want to display slide in bottom of the screen , above sliding view i will be having calendar.
when i try to do the changes, the slide looks as below.

I have drag and drop a uiview and given outlet as customview and writing the code as below.
customView.addSubview(slidingContainerViewController.view)
-> it is leaving some space from custom view top.
-> the sliding content should be display under that view
Please help it is urgent requirement.
Thanks in advance.
Hello,

the library is good and very simple to implement, but in my case instead of displaying the content in fullscreen, i want to display only in some portion of the screen.
I want to display slide in bottom of the screen , above sliding view i will be having calendar.
when i try to do the changes, the slide looks as below.
I have drag and drop a uiview and given outlet as customview and writing the code as below.
customView.addSubview(slidingContainerViewController.view)
-> it is leaving some space from custom view top.
-> the sliding content should be display under that view
Please help it is urgent requirement.
Thanks in advance.