troshko111 / TRAutocompleteView

Autocomplete view attachable to any UITextField. Ships with sample items source - google places items source. Can be configured to autocomplete from any source. Auto fits all available space, customizable look and feel
Other
192 stars 63 forks source link

Remove AFNetworking dependency #21

Open manmal opened 8 years ago

manmal commented 8 years ago

Hey, thanks for making this! Alas, I can't use it as a Cocoapod because we use AFNetworking 2. I'm currently extracting the core files instead. Have you considered separating the network code out, or using NSURLSession instead?