Zhou Hao

Results 47 comments of Zhou Hao

I think it's caused by this: ``` let snapshots: [UIView] = toRemove.flatMap { annotation in guard let annotationView = mapView.view(for: annotation), let snapshot = annotationView.snapshotView(afterScreenUpdates: false), mapView.frame.intersects(annotationView.frame) == true else...

Is this merged to the main branch?

Don't reload the cell which is not visible will prevent from crashing.

Got the same problem. But how do you check if the child is visible or not? My code: if let visible = treeView.itemsForVisibleRows { if visible.filter({ el in el ==...

Why you need to compile it from source code? There is an openal framework for iOS. You can use it directly in Xcode.

When not merged to main branch?

It works if I put test.js inside controllers folder. But I want it inside mocks folder. Maybe my understanding is wrong about the mock controller. Then please tell me what...

> Can you please try with the latest version of aws-sdk-ios, we had made a few fixes related to getTokens call. From the crash log it doesnot seems like you...