зеркало из https://github.com/github/Rebel.git
Merge pull request #59 from pwightman/comment-typo-fixes
Fixing it's/its mistakes in comments.
This commit is contained in:
Коммит
a2a746100f
|
@ -38,12 +38,12 @@ typedef void (^RBLPopoverDelegateBlock)(RBLPopover *popover);
|
|||
|
||||
// A popover.
|
||||
// This aims to replicate the API of `NSPopover`, within reason, whilst offering
|
||||
// more flexibility when it comes to customising of it's appearance.
|
||||
// more flexibility when it comes to customising of its appearance.
|
||||
//
|
||||
// A note on layers: by default the clipping method which the popover uses to
|
||||
// clip it's subviews to it's outline does _not_ support any layer backed or
|
||||
// clip its subviews to its outline does _not_ support any layer backed or
|
||||
// hosting views. This can be worked around by adding mask layers to any layers
|
||||
// you add to the popover or it's subviews.
|
||||
// you add to the popover or its subviews.
|
||||
@interface RBLPopover : NSResponder
|
||||
|
||||
// The view controller providing the view displayed within the popover.
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
// The identifier for the event monitor we are using to watch for mouse clicks
|
||||
// outisde of the popover.
|
||||
// We are not responsible for it's memory management.
|
||||
// We are not responsible for its memory management.
|
||||
@property (nonatomic, weak) id transientEventMonitor;
|
||||
|
||||
// The size the content view was before the popover was shown.
|
||||
|
|
Загрузка…
Ссылка в новой задаче