dineshguptha

Results 8 comments of dineshguptha

let api = Instagram.shared // Login api.login(from:self.navigationController!, withScopes: [.publicContent], success: { // Do your stuff here ... }, failure: { error in print(error.localizedDescription) }) This Is the code am using...

Hello @michael-martinez are you using this with collection view ?

YES EVEN I have the same problem. You found any solution ?

I am also faced this issue and I made tab bar as a root view controller instaed of segue so its working without any black screen.

until user should login my root view controller is loginViewController (super class of view controller) and after that I am making tab bar as root view contrroller like this ......

Hello @wangxiaola , you got any solution for adding background music to the video. ?

hello am also facing same issue, you found any solution ?

Hello guys even I faced the same issue and the problem with isVideoViewAvailable bool value in zowvideoplayer class so I made it forcefully return yes .so now its working fine...