aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut+Monitoring.m
AgeCommit message (Collapse)Author
2015-01-07Repackaged the code as a framework and included the demo.Tomáš Znamenáček
Packaging the code as a framework is mostly just a formality. It doesn’t really change much, it just turns the code into a regular component. What it does change is that the code now has its own Xcode settings, which could make compatibility easier in the long run. Including the demo in the main repository makes it easier to hack on the library, since you can try the changes immediately. It also shows how to bundle the framework into an app that uses it.
2014-01-06Silence compiler warning "No previous prototype for function..." and added ↵Jonathan Rahn
an explicit typecast, update README with a hint to the view's height
2012-11-10Now the component properly handles your trying to set another handler for an ↵Vadim Shpakovski
existing shortcut. Only the first assignable handler will be working, the second and other handlers all will be ignored. Also, previous workaround with calling performSelector:withObject:afterDelay: is removed, it seems to be working with an apprpriate use of objc_setAssociatedObject.
2012-09-19Isolates monitoring code from data.1.1Vadim Shpakovski