Guido
Guido
Great library! Thanks for creating it. I'm also experiencing this issue. I'm on Xcode 10 swift 4.2. I included the swift file directly (so not using cocoapods or carthage). Not...
I have the same problem. Was able to workaround it by observing rotation changes (`UIDeviceOrientationDidChange`) and doing this when change detected: `segControl.reloadData()` `let idx = segControl.currentSegment` `segControl.setCurrentSegmentIndex(1, animated: false)` `segControl.setCurrentSegmentIndex(idx,...
I found a workaround that works for me for the moment. I basically strip the date component from the dates and only use the time components. It's not that precise...
Sorry, do not have any experience with making tests. But it's very easy to reproduce by feeding it the lat & lon mentioned above (is Mex city coordinate) and you'll...
I think the queen position is correct, but the colors of the squares are wrong. I'm not a chess expert, but just about all google images of a chess board...