Desmond
Desmond
@younatics https://www.dropbox.com/s/xkez99wkprqi26x/demo.mov?dl=0 i create a video to compare both. First part is the old ynexpandable then followed by the new expandable.
@younatics any chance to look at the video?
i got the same issues. But i guess i managed to solve it by setting Top Bar = Opaque Navigation Bar
@ColdLogical on the storyboard 
@psi-gh not quite sure but the simulated metrics affected my auto layout. but it seems to only affect iOS 10 and it might be a "feature" with xcode 8 @ColdLogical...
@pranitk did u managed to fix the issues?
@pranitk i see! so what libraries are you using now?
encounter the same issues too
i'm currently using Alamofire's NetworkReachabilityManager ``` func checkNetworkReachability() { let mgr = NetworkReachabilityManager() mgr?.listener = { status in print("Network Status Changed: \(status)") kNetworkNotConnected = mgr?.isReachable == true ? false :...
@xaviermerino sorry that I missed your reply. I was thinking if is possible to provide n no of segments but disable user to go to that index. for example, I...