summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorDustin L. Howett <dustin@howett.net>2010-10-04 06:10:43 -0400
committerDustin L. Howett <dustin@howett.net>2010-10-04 06:10:43 -0400
commit54b844a077e17de31c79cb71d8b6948f8b152a8e (patch)
tree5a535277eb1dc39fc59613d18f08d5d3fc8c7139 /iPhonePrivate.h
parentfe9c8d24cf66dbdc80b36349552213c13b67bf5d (diff)
Use drawAtPoint:forWidth:withFont:lineBreakMode: instead of drawAtPoint:forWidth:withFont:ellipsis:, as the latter is deprecated and actually crashes now for some reason.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index bf49914..589dcf3 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -34,7 +34,6 @@ typedef enum {
@interface NSString (Apple)
-- (void) drawAtPoint:(CGPoint)point forWidth:(float)width withFont:(UIFont *)font ellipsis:(NSInteger)ellipsis;
- (NSString *) stringByAddingPercentEscapes;
- (NSString *) stringByReplacingCharacter:(UniChar)from withCharacter:(UniChar)to;
@end