Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 520 Bytes

File metadata and controls

16 lines (13 loc) · 520 Bytes

UDTableView allowsMultipleSelection backport to pre iOS5

you will need Apple LLVM to compile, alternately you can move declarations from .m to .h and use GCC

tested on iOS3.0 (first gen iPhone)
tested on iOS4.2 (iPhone 3GS)
tested on iOS5.0 (iPhone 4)

Pros

drop in replacement (no code to change in your app) just change UITableView to UDTableView.
Implamentation gracefully fallbacks to default iOS implementation if run on iOS5+

Cons

???