Skip to content

Commit

Permalink
[Doc] Improved documentation of MRStopableView#mayStop
Browse files Browse the repository at this point in the history
Thanks to @AliSoftware.
  • Loading branch information
mrackwitz committed Dec 10, 2014
1 parent 5326278 commit d93f2e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/MRStopableView.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
A Boolean value that controls whether the receiver shows a stop button.
If the value of this property is NO (the default), the receiver doesnot show a stop button. If the mayStop property is
YES a stop button will be shown. You can catch fired events like known from UIButton by the property stopButton.
YES a stop button will be shown. You can catch the events, which will be fired by the stop button by registering
targets and actions for particular events on the property stopButton with addTarget:action:forControlEvents:.
*/
@property (nonatomic, assign) BOOL mayStop;

Expand Down

0 comments on commit d93f2e8

Please sign in to comment.