for(UIView * subView in self.view.subviews){ if([subView isKindOfClass:[XYZSeniorQueryView class]]){ [subView removeFromSuperview]; subView = nil;//.....
分类:
移动开发 时间:
2014-11-18 13:16:10
阅读次数:
187
Window -- 代表浏览器中一个打开的窗口:
对象属性
window //窗口自身
window.self //引用本窗户window=window.self
window.name //为窗口命名
window.defaultStatus //设定窗户状态栏信息
window.location //URL地址,配备布置这个属性可以打开新的页面
对象方法
...
错误代码:objc_msgSend(self.beginRefreshingTaget, self.beginRefreshingAction, self);Too many arguments to function call, expected 0, have 3经过几番周折,终于叨叨解决方案了...
分类:
移动开发 时间:
2014-11-18 11:42:09
阅读次数:
317
系统方式:
//1.设置导航栏背景图片
[self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.shadowIm...
分类:
移动开发 时间:
2014-11-17 17:51:26
阅读次数:
191
注册一个Notification [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receivedNotification:) ...
分类:
其他好文 时间:
2014-11-17 17:28:15
阅读次数:
137
//步骤。。。。。。。。。/**①子视图 定义协议:@protocol*②在子视图接口文件中定义代理@property(weak,nonatomic) id delegate;*③在子视图的实现文件(比如click实践中添加:[self.delegate myHeaderDidSelectedHea...
分类:
移动开发 时间:
2014-11-17 17:25:14
阅读次数:
128
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"---isUrl--%i--",[self isUrl:@"htt...
分类:
Web程序 时间:
2014-11-17 15:49:35
阅读次数:
161
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"验证邮箱的合法性"; NSString *...
分类:
其他好文 时间:
2014-11-17 15:34:00
阅读次数:
189
***1,不用以弹窗打开 " /> ');"> ...
左上角带缓冲效果跟随屏幕移动的图片-河北草坪
#floater {
position: absolute;
left: 500;
top: 146;
width: 125;
visibility: visible;
z-index: 10;
}
self.o...
分类:
移动开发 时间:
2014-11-17 12:27:23
阅读次数:
242