-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all
I want to bend the text that of UILabel from corner. It just like appear as arc or as following link.
http://picasaweb.google.com/lh/photo/kfBzK4R4IlvyHfVywUNd1A?feat=directlink
please suggest me, from where i start. any documentation,link, sample code.
thanks
amit battan
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Looking at the QuartzDemo sample application, I love the speed of the PDF rending using quartz alone (that is, without using uiwebview). However, when I'm zooming in the PDF it doesn't seem to become more clear like it does in PDF view.
Is there something that I can change to have the same effect…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using the quartz rendering engine to display a PDF file on the iphone using the 3.0 SDK. The result is a bit blurry compared to a PDF being shown in a UIWebView. How can I improve the quality in the UIView so that I don't need to rewrite my app to use the UIWebView. I'm using pretty much close…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am making a simple iPhone drawing program as a personal side-project.
I capture touches event in a subclassed UIView and render the actual stuff to a seperate CGLayer. After each render, I call [self setNeedsLayout] and in the drawRect: method I draw the CGLayer to the screen context.
This all…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been using CGContextSetShadowWithColor() in my Quartz drawing code on the iPhone to generate the "stomped in" look for text and other things (in drawRect: and drawLayer:inContext:).
Worked perfectly, but when running the exact same code against iOS 3.2 and now iOS 4.0 I noticed that the shadows…
>>> More