yang0013
yang0013
可以通过设置golang.org镜像到github.com/golang 来解决! glide mirror set https://golang.org/x/crypto https://github.com/golang/crypto --vcs git glide mirror set https://golang.org/x/net https://github.com/golang/net --vcs git 参考http://moakap.leanote.com/post/253dcbec03a8
I found the same problem.It's in the file "NSString+Calculation.m" change the function as following ,it works fine - (CGSize)usedSizeForMaxWidth:(CGFloat)width withFont:(UIFont *)font { CGRect stringRect = [self boundingRectWithSize:CGSizeMake(width, CGFLOAT_MAX) options:(NSStringDrawingUsesLineFragmentOrigin |...