代码改变世界

随笔档案-2013年11月

ios中输入框的父类--文本框,DataPick,pickerview

2013-11-14 15:32 by 甘超波, 2531 阅读, 收藏, 编辑
摘要: 父控制器 #import #import "ScrollViewExt.h"@interface BaseKeyBoardCtrl : UIViewController@property(nonatomic,assign)ScrollViewExt *scrollviewExt;//键盘隐藏-(... 阅读全文

ASIHttpRequest请求HTTPS

2013-11-08 14:36 by 甘超波, 5367 阅读, 收藏, 编辑
摘要: 一种方法 ASIHTTPRequest *request = [ASIHTTPRequestrequestWithURL:[NSURLURLWithString:bodyString]]; [request setDelegate:self]; request.timeOutSe... 阅读全文