1iveowl / Plugin.SegmentedControl

MIT License
170 stars 29 forks source link

Add macOS support. #34

Closed rjantz3 closed 6 years ago

rjantz3 commented 6 years ago

I wasn't able to find a way to implement changing the tint colors or text colors.

1iveowl commented 6 years ago

Thank you. However, I'm not sure how to turn this into a NuGet. When I try to compile this on are a Windows 10 PC, I get this error:

Severity Code Description Project File Line Suppression State Error CS0012 The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. SegCtrl.macOS V:\GitHub\Plugin.SegmentedControl\src\crossplatform\SegCtrl.macOS\SegmentedControlRenderer.cs 9 Active

Did you compile this on a Macc?

rjantz3 commented 6 years ago

I did compile and run this on a Mac.

rjantz3 commented 6 years ago

@1iveowl I've updated to be able to build this from Visual Studio. Do you want to look at it let me know if you want another PR?

1iveowl commented 6 years ago

Thx. Great. Yes, please create a new PR.

rjantz3 commented 6 years ago

PR #35 is up.