Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

Update Objective-C example for Xcode 12 and fix Carthage build #330

Closed havebeenfitz closed 2 years ago

havebeenfitz commented 3 years ago

I couldn't build it with Carthage in our work project since schemes in Obj-C example were shared

So I deleted unused example and updated the rest, it seems to be working fine now. Maybe it's even better to remove Obj-C examples entirely, what do you think?