adgvcxz
adgvcxz
额, 请问你遇到什么问题了吗?
Hello I just ran it and didn't notice this shake problem ```java //vertical setVerticalSwipe(true) //horizontal setHorizontalSwipe(true) ```
Hi Did you change the code in the library(CardLayoutManager)?
@SkyTreasure thanks for reporting! It has been fixed ``` compile 'com.github.adgvcxz:cardlayoutmanager:0.1.1'
@SkyTreasure But now jitpack does not support `com.android.tools.build:gradle:3.0`. So I can not upload to jitpack.
@SkyTreasure Thanks, I'll test it as soon as possible
Thank you for your repley. Now it can select photo, but it caused another bug: ``` import UIKit import Then import SnapKit class ViewController: UIViewController { fileprivate let emailFiled =...
@devxoul No, this is all my code This is my Podfile: ``` platform :ios, '9.0' target 'test' do use_frameworks! pod 'RxReusable', :git => 'https://github.com/devxoul/RxReusable', :branch => 'didmovetowindow' pod 'SnapKit' pod...