Skip to content
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 i implement directly to controllerView with deleget func #29

Open
YanisSalos opened this issue May 2, 2017 · 3 comments
Open

can i implement directly to controllerView with deleget func #29

YanisSalos opened this issue May 2, 2017 · 3 comments

Comments

@YanisSalos
Copy link

YanisSalos commented May 2, 2017

Hello. can we implement file browser to controller view from storyboard directly instead of present. i have issue with it coz its hide my tab bar and also removing cancel button.

thank you

@sanjukhunt
Copy link

I have same issue. I have also tried by adding manually but still not get any success. Please help me. If anybody do this.

Thanks a lot

@jansenzjh
Copy link

I have a work-around and it seems fine for me.

    let fileBrowser = FileBrowser(initialPath: dataPath)     
    self.addChildViewController(fileBrowser)
    self.view.addSubview(fileBrowser.view)
    fileBrowser.didMove(toParentViewController: self)

@jhoughjr
Copy link

works for me but constraints aren't right in the x axis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants