摘要: 1 - (void)ShowHUDTitle:(NSString *)title andDelay:(NSTimeInterval)delayTime 2 { 3 if (HUD) { 4 [HUD removeFromSuperview]; 5 HUD =... 阅读全文
posted @ 2015-09-08 16:29 fengsh_h 阅读(1498) 评论(0) 推荐(0) 编辑
摘要: 1 - (void)addImage 2 { 3 if (CGRectGetMaxX(addImageView.frame)>SCREEN_WIDTH-CGRectGetWidth(addImageView.frame)) { 4 [self ShowHUDTitle:@"... 阅读全文
posted @ 2015-09-08 16:25 fengsh_h 阅读(630) 评论(0) 推荐(0) 编辑