0

It'd be nice to be able to enable a UISearchBar to filter long lists for QRadio elements. It's possible that I could do this already with a custom subclass of QuickDialogController, but I had a go and it seems like I'd have to alter a lot of the library code. Anybody implemented this or have any tips?

blork
  • 2,150
  • 6
  • 26
  • 45

1 Answers1

0

It was less hassle than I thought. I added a block-based way of responsing to UISearchBar events, and sent a pull request to the original creator.

blork
  • 2,150
  • 6
  • 26
  • 45