IP属地:浙江
创建类别 UIView+HideKeyBoard.h .h里面没啥内容,代码如下 #import@interface UIView (HideK...
1获取UIView所在的controller - (UIViewController *)viewController { UIViewCont...
原因是因为注册通知注册了两次,所以检查代码,保证只注册一次
1:新建类继承UIButton 2:在.m文件粘贴以下代码 - (BOOL)pointInside:(CGPoint)point withEve...
CGRect frame = [[tableView cellForRowAtIndexPath:indexPath] frame]; CGRe...
1:一句话移除父视图所有的子视图 [view.subviews makeObjectsPerformSelector:@selector(rem...