iOS比较两个日期的大小 //比较两个日期的大小 日期格式为2016-08-14 08:46:20 NSLog(@"^^^^^^^^%ld",[self compareWit...
iOS比较两个日期的大小 //比较两个日期的大小 日期格式为2016-08-14 08:46:20 NSLog(@"^^^^^^^^%ld",[self compareWit...
for (UIButton *btn in view.subviews) { if ([btn isKindOfClass:[UIButton class]]) { ...
textField.inputAccessoryView = [self addToolbar]; - (UIToolbar*)addToolbar{ UIToolbar...
[[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(transformView...
NSDictionary *infoDict = [[NSBundle mainBundle] infoDictionary]; NSString*vison = inf...
NSDictionary *dict =self.datas[indexPath.row]; if([[dict allKeys] containsObject:@"key"...
[[UINavigationBarappearance] setTranslucent:NO]; self.navigationController.navigationBa...
@property (nonatomic, weak) UIImageView *lineView;-(void)viewWillAppear:(BOOL)animated{...
ios 状态栏statusBar的背景颜色 一、无导航条的情况: 系统默认状态栏的字体颜色为黑色,即UIStatusBarStyle=UIStatusBarStyleDefa...