|
@@ -21,13 +21,13 @@ static const CGFloat SpaceHeight = 38.0f;
|
|
|
[self caculateValueHeight];
|
|
[self caculateValueHeight];
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- NSArray *tmpArr = [location componentsSeparatedByString:@"TEL:"];
|
|
|
|
|
- NSString *tmpStr = [tmpArr objectAtIndex:0];
|
|
|
|
|
- tmpArr = [tmpStr componentsSeparatedByString:@"\r\n"];
|
|
|
|
|
- NSMutableArray *tmpMArr = [tmpArr mutableCopy];
|
|
|
|
|
- [tmpMArr removeObjectAtIndex:0];
|
|
|
|
|
- tmpStr = [tmpMArr componentsJoinedByString:@" "];
|
|
|
|
|
- self.street = tmpStr;
|
|
|
|
|
|
|
+// NSArray *tmpArr = [location componentsSeparatedByString:@"TEL:"];
|
|
|
|
|
+// NSString *tmpStr = [tmpArr objectAtIndex:0];
|
|
|
|
|
+// tmpArr = [tmpStr componentsSeparatedByString:@"\r\n"];
|
|
|
|
|
+// NSMutableArray *tmpMArr = [tmpArr mutableCopy];
|
|
|
|
|
+// [tmpMArr removeObjectAtIndex:0];
|
|
|
|
|
+// tmpStr = [tmpMArr componentsJoinedByString:@" "];
|
|
|
|
|
+// self.street = tmpStr;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- (CGFloat)height {
|
|
- (CGFloat)height {
|