I\'m trying to build a native viewer for cubic panoramas. Here is a web version of what I would like to achieve: http://www.apple.com/html5/showcase/vr/
I have a CALayer that needs to display frames of video. Every time a frame is rendered (as a CGImageRef), this method is called:
I am working on a pdf Reader application.I am making use of CALayer to render the pdf contents.i employed swipe gesture to navigate across the pages.The issue is, if the user attempts to go to next or
Hi all i am trying to use CATransform3D in my project.i seen some code snippet for transforming a layerthat is shown below.my question is after transforming the layer with below code how to get layer
Using core animation layers, I\'ve been trying to implement the following feature. Within a containing superlayer, there are two anchor layers, and another layer that connects the two.The following im
First of all, I know this topic has been brought up several times before but I\'m posting this question because none of the \"solutions\" I\'ve used in the past have worked in this specific case. I\'m
So I\'m transitioning between two views here by replacing one of the views with the other, but I\'m having some problems with some visual residue.
So here is my understanding: there is a setNeedsDisplay in both UIView and CALayer class, UIView is a composite class that includes a CALayer. But UIView uses drawRect: while CALayer uses drawLayer:in
i have wrote a subclass of UIView, which in drawRect: draws itself. it is actually something like day-long timeline for movie - it draws time axis with ticks and time text labels. it can be zoomed in
I use this category and create images for my UITableView to all be the same size.Is there a way to have the images have rounded corners as well?Thanks!