Lucas Farah
Lucas Farah
I just did some tests. I was able to hide the tabbar and navigation bar but I wasn't able to set the contentView to fullscreen. @lucoceano any thoughts?
Code used: ``` swift override func viewDidLoad() { // Some code NotificationCenter.default.addObserver(self, selector: #selector(ViewController.rotated), name: NSNotification.Name.UIDeviceOrientationDidChange, object: nil) } func rotated() { if UIDeviceOrientationIsLandscape(UIDevice.current.orientation) { tabsView?.isHidden = true self.navigationController?.isNavigationBarHidden =...
@aqeelhashem how would that work? The first tab is the most to the right?
@aqeelhashem Hmmmm that is a good idea. We currently don't have support for it, so I'll try to find someone who wants to implement it. I also encourage you to...
So for what I understood you just wanna stop bouncing? Please [take a look at this](http://stackoverflow.com/questions/21798218/disable-uipageviewcontroller-bounce)
What exception? Please post some code here
Hey @saitjr, I'm here to help. Can you tell me about your problem? Why can't u package everything under 'STLoadingGroup'?
Sure, no problem 😉
Got it. No problem! 😄
I'd love to see this working in Swift 3