IP屬地:浙江
創(chuàng)建類別 UIView+HideKeyBoard.h .h里面沒啥內(nèi)容痹愚,代碼如下 #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...