2016年过完年回来,发现发布app时,提示发布证书无效,包括appstore版和企业证书版本都不能发布 ……
Xcode升级到7.1以后出现的问题,编译到虚拟机和真机上都没有问题,发布的时候出错。
< ……实现方法:代理滚动条事件,y为0时隐藏,y为负数时,说明该显示了
代理:
- ……
//自定义选择cell的颜色 cell.selectionStyle=UITableViewCel ……
//[myView setBackgroundColor:[UIColor grayColor]]; ……
//判断下cell是否显示 if (!CGRectIntersectsRect(cell.fram ……
UIGraphicsBeginImageContext(self.frame.size); [se ……
原贴:http://www.cocoachina.com/bbs/read.php?tid=181448 ……
//邮箱 + (BOOL) validateEmail:(NSString *)email { ……
当你想要收回弹出的键盘时却发现平时用的resignFirstResponder和endEditing都失 ……