nvzqz / Sage

A cross-platform chess library for Swift
Apache License 2.0
375 stars 43 forks source link

No UIView class for Chess Board. OR am i getting this wrongly #9

Closed iAviatorJose closed 7 years ago

iAviatorJose commented 7 years ago

i have added your library as a pod to my project. But i don't find any Chess BoardView

Apologies if this is a naive Question

nvzqz commented 7 years ago

There is no BoardView class, sorry. You could use the playground view, but that was only really for working with Xcode playgrounds. I would suggest creating your own UIView.

iAviatorJose commented 7 years ago

@nvzqz thank you :)