Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ typedef void(^MZFormSheetPresentationViewControllerCompletionHandler)(UIViewCont

/**
Returns an initialized popup controller object with just a view.
@param view This parameter must not be nil.
@param contentView This parameter must not be nil.
*/
- (nonnull instancetype)initWithContentView:(UIView * __nonnull)contentView;

Expand Down
2 changes: 1 addition & 1 deletion MZFormSheetPresentationController/MZMethodSwizzler.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ typedef id (^MZMethodReplacementProvider)(MZ_IMP original, __unsafe_unretained C
Swizzle the specified instance method on this specific instance only.

@param selector Selector of the method to swizzle.
@param replacement The replacement block to use for swizzling the method. Its signature needs to be: return_type ^(id self, ...).
@param replacementProvider The replacement block to use for swizzling the method. Its signature needs to be: return_type ^(id self, ...).

*/
- (void)swizzleMethod:(SEL)selector withReplacement:(MZMethodReplacementProvider)replacementProvider;
Expand Down