jackdem

Results 5 issues of jackdem

When I create my menu item controllers, I embed them in navigation controllers. e.g. `let text = TextViewController(textView: TextView.init(frame: UIScreen.main.bounds), pageID: page.pageid) let navigationController = UINavigationController(rootViewController: text) contentList.append(navigationController)` Issue is...

question

I wondered if there is an approach to using the side menu in which I dont need to create an array of viewControllers straight away? Its becoming an issue with...

enhancement
request

How can i achieve a wider recognition area for the menu pull out? currently by default its on the very edge of the view and it would be good to...

enhancement

I have a bug where my portrait orientated app, loads blank pages for landscape PDF's Here is a screenshot ![simulator screen shot - iphone 8 - 2018-02-02 at 10 14...

I use present(readerController, animated: true, completion: nil) rather than a nav controller to present the view. Is it possible to have a way to add a close button to the...