03 2013 档案

摘要:ios adi ADBannerView 无法修改 宽度 阅读全文
posted @ 2013-03-25 15:52 zander 阅读(193) 评论(0) 推荐(0)
摘要:或者在有statusbar情况下UIInterfaceOrientationIsLandscape([[UIApplication sharedApplication] statusBarOrientation])UIInterfaceOrientationIsPortrait([[UIApplication sharedApplication] statusBarOrientation]) 阅读全文
posted @ 2013-03-12 14:03 zander 阅读(592) 评论(0) 推荐(0)
摘要:NSLog(@"%@",[NSStringstringWithFormat:@"%@",nil]); NSArray* array = [NSArrayarrayWithObjects:[NSNullnull],[NSStringstringWithFormat:@"%@",nil], nil]; NSObject* o1 = [array objectAtIndex:0]; NSObject* o2 = [array objectAtIndex:1]; BOOL inull = (NSNull*)responsibility == 阅读全文
posted @ 2013-03-08 10:59 zander 阅读(241) 评论(0) 推荐(0)