paulrolfe / PARTagPicker

This pod provides a view controller for choosing and creating tags in the style of wordpress or tumblr.
MIT License
370 stars 48 forks source link

Can't order tags #26

Closed daliadanila closed 7 years ago

daliadanila commented 7 years ago

Whatever the order the tags are in, it seems that they will always be in reverse alphabetical order when they show up.

Is there a workaround that?

Thanks, Dalia

paulrolfe commented 7 years ago

It's true, it will sort them.

The workaround would be to comment out lines 149 and 150 in PARTagPickerViewController.m

The fix would be submit a Pull Request that enables an optional custom sorter.