JOMEN5

Results 12 comments of JOMEN5

首先非常感谢你的代码 这里不方便回复 能否留个联系方式呢 谢谢 谢谢

是的,解码播放后可以明显看出视频比音频播放速度快,不协调,希望作者后期可以完善下,辛苦

I'm sorry to bother you but I really look forward you reply! Thanks.

When I use the old pod of MWPhotoBrowser,I can easily make things work by using 'setCurrentPhotoIndex', when I use your pod,I don't know how to do.

@sreeji44 Thanks for your reply! But I really want is set currentPhotoIndex,when I try your method and write the code "index = 3",then I get a error " Cannot assign...

@sreeji44 Hey ,I just try this ,but when I write the code "browser.currentPhotoIndex = IndexPath",I get a error "Value of type 'PhotoBrowser' has no member 'currentPhotoIndex'"........

@sreeji44 When you write the code "let browser = PhotoBrowser(delegate: self),browser.currentPhotoIndex = index",have you get the error just like me get "Value of type 'PhotoBrowser' has no member 'currentPhotoIndex"?

@sreeji44 I means 'browser.currentPhotoIndex = index ' is a error code in my project.

@sreeji44 In my Podfile,I user 'pod 'MWPhotoBrowserSwift', :git => 'https://github.com/taps/MWPhotoBrowserSwift.git'' to install this pod,what about you?I don't know why I get this error

@sreeji44 If your project is open,can you give your source code to me for learn?