06 2014 档案

摘要:在.pch中写:#ifdef DEBUG // 调试阶段#define CXSLog(...) NSLog(__VA_ARGS__)#else // 发布阶段#defineCXSLog(...)#endif 阅读全文

posted @ 2014-06-16 20:23 林源 阅读(416) 评论(0) 推荐(0)

摘要:- (void)viewDidLoad{ [super viewDidLoad]; #ifdef DEBUG // 设置测试使用的用户名和密码 self.nameText.text = @“xiaoshuai"; self.pwdText.text = @"123"; [self text... 阅读全文

posted @ 2014-06-16 20:22 林源 阅读(206) 评论(0) 推荐(0)

摘要:#import "UITextField+LimitLength.h"#import #import @implementation UITextField (LimitLength)static NSString *kLimitTextLengthKey = @"kLimitTextLengthK... 阅读全文

posted @ 2014-06-05 22:58 林源 阅读(220) 评论(0) 推荐(0)

导航