for (int dd =1; dd < 5; dd++) {
CGRect CFR1 = CGRectFromString();
CGContextRef context1 = UIGraphicsGetCurrentContext();
;
;
;
;
;
}
但是循环总是指向数组的第五个CGRect,有什么办法解决我的问题么,求指点。
for (int dd =1; dd < 5; dd++) {
CGRect CFR1 = CGRectFromString();
CGContextRef context1 = UIGraphicsGetCurrentContext();
;
;
;
;
;
}
但是循环总是指向数组的第五个CGRect,有什么办法解决我的问题么,求指点。