Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Makes iOS 8 compilable again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Romero Zurbuchen committed Feb 14, 2016
1 parent 5901e68 commit 0c5c7d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/SLKTextView.m
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ - (void)setTextAlignment:(NSTextAlignment)textAlignment

#pragma mark - UITextInput Overrides

#ifdef __IPHONE_9_0
- (void)beginFloatingCursorAtPoint:(CGPoint)point
{
[super beginFloatingCursorAtPoint:point];
Expand All @@ -541,7 +542,7 @@ - (void)endFloatingCursor

[[NSNotificationCenter defaultCenter] postNotificationName:SLKTextViewSelectedRangeDidChangeNotification object:self userInfo:nil];
}

#endif

#pragma mark - UIResponder Overrides

Expand Down

0 comments on commit 0c5c7d6

Please sign in to comment.