This is iOS7 API backport to iOS6.
- backport useful features from iOS7 to iOS6 to simplify transition for developers without using any private API.
- backport should behave 100% same way on iOS6 as on iOS7 from developers and users perspective. For example it is ok to add implementation of
-[NSTimer setTolerance:]that does nothing. - on iOS7 back ported API shouldn't have any effect on system - default iOS implementation should be used.
Not all users will update to iOS7 and developer life is hard enaugh :)
Add project as library, setup Build Phases, add -ObjC to Other Linker Flags
If you supporting iOS5 check out RRContainerView and RRBaseInternationalization