一、APNS1.注册[cpp]view plaincopyprint?[[UIApplicationsharedApplication]registerForRemoteNotificationTypes:UIRemoteNotificationTypeBadge|UIRemoteNotificationTypeSound|UIRemoteNotificationTypeAlert];2.服务器推送(JAVA)[java]view plaincopyprint?PushNotificationPayloadpayLoad=PushNotificationPayload.fromJSON(mes Read More
posted @ 2014-02-14 14:11 leevaboo Views(578) Comments(0) Diggs(0)
CGContextRef context = UIGraphicsGetCurrentContext();//获取绘画上下文 UIColor *color = [UIColorcolorWithRed:0.8green:0.2blue:0.3alpha:0.9]; CGColorRef aCGColor = color.CGColor;//设置绘画颜色 CGContextSetFillColor(context, CGColorGetComponents(aCGColor));//绘画的填充颜色 CGContextSetFlatness(context, 1);//设置绘画平整... Read More
posted @ 2014-02-14 14:10 leevaboo Views(446) Comments(0) Diggs(0)