git checkout [commit번호] [file...]



Posted by tenn
,


link색깔을 바꿀수도 있음.

height 조절할 때, 먼저 최대화 해준후, sizeToFit


OHAttributedLabel


https://github.com/AliSoftware/OHAttributedLabel

Posted by tenn
,

[objc] NSString, replace

iPhone 2013. 7. 26. 12:41
- (NSString *)stringByReplacingOccurrencesOfString:(NSString *)target 
                                        withString:(NSString *)replacement


http://stackoverflow.com/questions/668228/string-replacement-in-objective-c

Posted by tenn
,