0

Is Quartz 2D a good choice to create custom views? Is there any other choices?

Thanks

2
  • 1
    It's not really possible to answer this question without knowing your use case. You should describe what you are trying to achieve. A "good choice" requires a little more background. Commented Feb 4, 2013 at 17:28
  • Ok, and sorry. I want to make my app's UI as Evernote UI : works as Layers. Commented Feb 4, 2013 at 17:55

2 Answers 2

1

Yes!
This is the standard way to go.
(See also ios View Programming Guide, chapter Custom View)

I have done all my custom Views using Quartz2D/Core Graphics in UIView::drawRect() (A compass rose, rulers, a custom user location for MkapView) and so on.

Sign up to request clarification or add additional context in comments.

Comments

0

Totally depends on what you want to do. It is perfectly fine to do 2d drawing, but you could use images just as well. I prefer using CALayer for simple effects myself.

I posted an answer on creating custom controls and the several options to draw a control to a different question, but it applies here as well.

1 Comment

I think of making 'stacked' layout : as Evernote5

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.