Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Commit 8223558

Browse files
author
Andres Ugarte
committed
Adds missing documentation in the cell delegate
1 parent 4c1114e commit 8223558

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/core/UI/cells/RMXCell.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ extern const CGFloat RMXCellHeightLarge;
3131

3232
@protocol RMXCellDelegate <NSObject>
3333

34+
/**
35+
Called by the cell when it requires the overlay to go full screen.
36+
One example use case is when the keyboard appears.
37+
*/
3438
- (void)cellRequestedFullScreenOverlay:(RMXCell *)cell;
3539

3640
@end

src/core/UI/cells/RMXCellTextInput.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ - (void)layoutSubviews {
5555

5656
- (void)prepareForReuse {
5757
[super prepareForReuse];
58-
5958
_textField = nil;
6059
}
6160

0 commit comments

Comments
 (0)