Closed bumaociyuan closed 9 years ago
@adamontherun Multiple property in one line:
@property (nonatomic, strong) UIImage *headImage; @property (nonatomic, copy) NSString *name, *nickName, *duty, *email, *summary;
generate incorrect description
- (NSString *)description { return [NSString stringWithFormat:@"BaseInfoForm description:\n%@ headImage: %@\nsummary: %@\n",[super description], self.headImage, self.summary]; }
hi @bumaociyuan this is a good idea, but not one that I'm going to fix. I'd be open to a pull request.
@adamontherun I have fixed this issue. See #13
@adamontherun Multiple property in one line:
generate incorrect description