Desmond

Results 11 comments of 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.

i got the same issues. But i guess i managed to solve it by setting Top Bar = Opaque Navigation Bar

@ColdLogical on the storyboard ![screen shot 2016-10-10 at 15 12 28](https://cloud.githubusercontent.com/assets/1192544/19228904/ff18977e-8efb-11e6-8b20-b9bc0a244143.png)

@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?

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...