christianhelle / ScrollableSegmentedControl

A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products.
MIT License
10 stars 6 forks source link

#8 Added SelectedTitle property #9

Closed eatskolnikov closed 4 years ago

eatskolnikov commented 4 years ago

What's new?

Closes: #8

eatskolnikov commented 4 years ago

@christianhelle does the CI automatically publishes the nuget package?

christianhelle commented 4 years ago

@christianhelle does the CI automatically publishes the nuget package?

No, I manually start a release from Azure Pipelines. I had a continuous delivery setup previously but I once had some garbage merged into master and that automatically got published to nuget.org so I disabled auto publishing

eatskolnikov commented 4 years ago

@christianhelle does the CI automatically publishes the nuget package?

No, I manually start a release from Azure Pipelines. I had a continuous delivery setup previously but I once had some garbage merged into master and that automatically got published to nuget.org so I disabled auto publishing

Seems like a strategy, cool!

christianhelle commented 4 years ago

Hmmm the build still fails

https://dev.azure.com/christianhelle/ScrollableSegmentedControl/_build/results?buildId=2553&view=logs&j=275f1d19-1bd8-5591-b06b-07d489ea915a&t=298bf322-c6d7-5231-9614-c0e9bc17313e

Do you have any problems building from your machine? I probably need to make some updates to the build pipeline since I haven't touched this project in 16 months

christianhelle commented 4 years ago

Your changes should be good enough. I'll fix the build pipelines from another branch