TimOliver / TOSegmentedControl

A segmented control in the style of iOS 13 compatible with previous versions of iOS.
MIT License
197 stars 24 forks source link

Fix broken `init(items:)` initializer #10

Closed TimOliver closed 5 years ago

TimOliver commented 5 years ago

I discovered that I never properly tested this init method on account of using IB. The item segments weren't being configured properly and the view was showing as empty. All fixed now!