diff options
| author | Jason Perkins | 2015-02-16 10:09:48 -0500 | 
|---|---|---|
| committer | Jason Perkins | 2015-02-16 10:09:48 -0500 | 
| commit | 86d5b1ae49105c1b0a789cbdac17dd7ce0da0479 (patch) | |
| tree | 58f9e363bd64e9a667e35b990655093481bbf64e /Framework/MASShortcutView+Bindings.h | |
| parent | b564f5296a489d83d0007b8b21185c5b3326dbc8 (diff) | |
| parent | 3ea350cec127d7118ef64f0e84a9ad84fa249a11 (diff) | |
| download | MASShortcut-86d5b1ae49105c1b0a789cbdac17dd7ce0da0479.tar.bz2 | |
Merge branch 'master' into issue-47-accessibility
Diffstat (limited to 'Framework/MASShortcutView+Bindings.h')
| -rw-r--r-- | Framework/MASShortcutView+Bindings.h | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/Framework/MASShortcutView+Bindings.h b/Framework/MASShortcutView+Bindings.h index b0148e7..01b2246 100644 --- a/Framework/MASShortcutView+Bindings.h +++ b/Framework/MASShortcutView+Bindings.h @@ -1,19 +1,19 @@  #import "MASShortcutView.h"  /** -    @brief A simplified interface to bind the recorder value to user defaults. + A simplified interface to bind the recorder value to user defaults. -    You can bind the @p shortcutValue to user defaults using the standard -    @p bind:toObject:withKeyPath:options: call, but since that’s a lot to type -    and read, here’s a simpler option. + You can bind the `shortcutValue` to user defaults using the standard + `bind:toObject:withKeyPath:options:` call, but since that’s a lot to type + and read, here’s a simpler option. -    Setting the @p associatedUserDefaultsKey binds the view’s shortcut value -    to the given user defaults key. You can supply a value transformer to convert -    values between user defaults and @p MASShortcut. If you don’t supply -    a transformer, the @p NSUnarchiveFromDataTransformerName will be used -    automatically. + Setting the `associatedUserDefaultsKey` binds the view’s shortcut value + to the given user defaults key. You can supply a value transformer to convert + values between user defaults and `MASShortcut`. If you don’t supply + a transformer, the `NSUnarchiveFromDataTransformerName` will be used + automatically. -    Set @p associatedUserDefaultsKey to @p nil to disconnect the binding. + Set `associatedUserDefaultsKey` to `nil` to disconnect the binding.  */  @interface MASShortcutView (Bindings) | 
