Daylen Yang

Results 10 comments of Daylen Yang

This also happens with REDateTimeItem. The color alternates between black and gray every time the value in the date picker is changed.

Here's a video demonstration: http://cl.ly/0Y0o0R3E1s2z I'm working on tracking this bug down. I'm currently looking at `self.detailTextLabel.textColor` in the `RETableViewDateTimeCell`, `...OptionCell`, and `...PickerCell` classes. Changing it to, say, `[UIColor grayColor]`...

I've fixed the issue with `RETableViewDateTimeCell` with a kludgy hack over in my fork: https://github.com/daylen/RETableViewManager Your issue can be fixed in a similar manner.

Created #209. Reason why I didn't initially is because the fix is _really_ hacky.

@strife25 Since this bug still happens in iOS 8, could you make a pull request to merge this in? Or let me know and I can make one.

Your question is about Hiarcs GUI, which I'm not familiar with. If you use the [Stockfish Mac app](https://apps.apple.com/us/app/stockfish-chess/id801463932?mt=12), threading is fully supported: in the menu bar, select `Stockfish > Preferences`...

There’s a workaround which is to write out the FEN string, and then paste it in. I unfortunately don’t have the time to add new features, but somebody else might...

So, the app doesn't crash if you copy the FEN to your clipboard and use `Edit > Paste FEN`. I agree it shouldn't crash on reading a PGN file either… ...

Use the built-in UIPickerView