摘要: - (void)showBaiduNetdiskFullAlarmView{ UITextField *textField = (UITextField *)objc_getAssociatedObject(self, &kNSStringBaiduNetdiskFullViewTag); if (textField != nil) { [m_imgViewTabbar addSubview:textField]; } else { UITextField *txtFieldBaidu = [[UITextField alloc]... 阅读全文
posted @ 2013-11-14 17:45 暖流 阅读(833) 评论(0) 推荐(0) 编辑
摘要: //// Base64Tool.h// Abviewer_iPhone//// Created by sven on 13-4-16.// Copyright (c) 2013年 xxx. All rights reserved.//#import #define BASE64FromString( string ) [Base64Tool base64StringFromText:string]#define StringFromBASE64( base64 ) [Base64Tool textFromBase64String:base64]@interf... 阅读全文
posted @ 2013-11-14 09:48 暖流 阅读(2089) 评论(0) 推荐(0) 编辑