0

I need to implement, sidemenu featured application.

I have added MFSideMenu library to my project. I am putting something to its containerviewcontroller in which there is a scrollview.

But scrollview does not scroll.

I am setting content size of scrollview in a method of view controller.

How can i solve this?

Note: I am using storyboard.

erdemgc
  • 1,701
  • 3
  • 23
  • 43

1 Answers1

0

I solved this issue in my project by using a UITableViewController as a child view controller with 1 static UITableViewCell, it made me possible to design a screen as long as I needed.

loloa
  • 31
  • 2