Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9672907

Browse filesBrowse files
authored
Merge pull request #200 from chika-kasymov/master
Added another init to JVFloatLabeledTextView
2 parents a27d1f5 + 214b685 commit 9672907
Copy full SHA for 9672907

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Open diff view settings
Collapse file

‎JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m‎

Copy file name to clipboardExpand all lines: JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ - (instancetype)initWithFrame:(CGRect)frame
4747
return self;
4848
}
4949

50+
- (instancetype)initWithFrame:(CGRect)frame textContainer:(NSTextContainer *)textContainer
51+
{
52+
self = [super initWithFrame:frame textContainer:textContainer];
53+
if (self) {
54+
[self commonInit];
55+
}
56+
return self;
57+
}
58+
5059
- (instancetype)initWithCoder:(NSCoder *)aDecoder
5160
{
5261
self = [super initWithCoder:aDecoder];

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.