MarcBruins / MBAutoComplete

C# autocomplete field for iOS
MIT License
12 stars 9 forks source link

Added missing constructors #12

Closed michaldudak closed 5 years ago

michaldudak commented 5 years ago

Constructors that are defined on UITextField were added to MBAutoCompleteTextField. I needed the parameterless one to be able to construct the control programatically (i.e. not from a xib), but it shouldn't harm to add all the other ones as well.

michaldudak commented 5 years ago

@MarcBruins I'd appreciate if you could take a look at this PR please.

MarcBruins commented 5 years ago

Sorry for the late response. Looks good!

michaldudak commented 5 years ago

Thanks!

michaldudak commented 5 years ago

Could you also release a new version of the nuget package please?

michaldudak commented 5 years ago

@MarcBruins ⬆️

MarcBruins commented 5 years ago

I don't have a Mac anymore so I'm wondering what the best way is to create the package... Could do it through a CD pipeline I guess

michaldudak commented 5 years ago

I can create it for you if you'd like.

MarcBruins commented 5 years ago

That would be nice!