Draw an uncompleted circle in iOS Objective C

Solution:


        CGContextRef context = [[NSGraphicsContext currentContext] graphicsPort];
        CGContextAddArc(context, x, y, 10, 0, 260, YES);


Use the context to add the arc.Use the arc function and pass the parameters that had x position,y position,start angle,end angle.

Comments

  1. As stated by Stanford Medical, It's really the ONLY reason women in this country live 10 years longer and weigh on average 19 KG less than we do.

    (And actually, it is not related to genetics or some secret-exercise and really, EVERYTHING about "HOW" they eat.)

    BTW, What I said is "HOW", not "what"...

    Tap on this link to reveal if this brief quiz can help you release your real weight loss potential

    ReplyDelete

Post a Comment

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift