We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug 表现 问题的具体描述 RTL布局下,在QMUIImagePreviewView初始化对象时使用setCurrentImageIndex的方法强制将图片滚动到指定的 index无效,必须在 viewDidAppear的方法中使用才会生效,但是这样会造成- (void)imagePreviewView:(QMUIImagePreviewView *)imagePreviewView renderZoomImageView:(QMUIZoomImageView *)zoomImageView atIndex:(NSUInteger)index 这个方法先调用一次,返回的index是0,显示第一张图片,然后在调用viewDidAppear中的setCurrentImageIndex方法,显示第N张图片,就会看到图片闪一下的切换过程。
截图 Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图
如何重现
预期的表现 正常情况下,应该是什么表现
其他信息
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug 表现
问题的具体描述
RTL布局下,在QMUIImagePreviewView初始化对象时使用setCurrentImageIndex的方法强制将图片滚动到指定的 index无效,必须在
viewDidAppear的方法中使用才会生效,但是这样会造成- (void)imagePreviewView:(QMUIImagePreviewView *)imagePreviewView renderZoomImageView:(QMUIZoomImageView *)zoomImageView atIndex:(NSUInteger)index 这个方法先调用一次,返回的index是0,显示第一张图片,然后在调用viewDidAppear中的setCurrentImageIndex方法,显示第N张图片,就会看到图片闪一下的切换过程。
截图
Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图
如何重现
预期的表现
正常情况下,应该是什么表现
其他信息
The text was updated successfully, but these errors were encountered: