I\'m trying to figure out how to animate switching (replacing) subviews in a vertically-configured, 2-view NSSplitView. I\'ve got it semi-working using the following methods in my NSSplitView subclass
So, I\'m taking on OpenGL ES this evening and am working through some sample code to become aquainted. I currently am drawing a cube and ran across two methods of doing (seemingly) the same thing:
I am trying to have a UIView slide up a quarter of the page to reveal another view underneath it (to display options), and then slide back down to cover those options.I\'ve searched SO relentlessly bu
I want to rotate my \"containerView\" UIView (semi-transparent red box in the screenshot) using UIDeviceOrientationDidChangeNotification and then later (after it rotates) add sublayers to the view\'s
I have a problem with a UIView-subclass object that I am rotating using Core Animation in response to a UISwipeGesture.
I have a custom UIControl subclass with a UIPickerView as inputView. When the control is tapped, it calls becomeFirstResponder and the picker view automatically slides up from the bottom of the screen
I am trying to arrange 12 objects in the circle so that each ov开发者_如何转开发erlaps its anticlockwise neighbour.
I have many CALayers which are created on the fly while my app is running, and I need to be able to produce a single bitmap of these, which will later be masked.
I\'d like to determine if a UITableView and other views are currently performing some type of animation with core animation.
I want to be able to fade in/out a couple UILabel\'s on my UITableView cell.开发者_如何学C How can I achieve this using CoreAnimation or an animation block?[UIView beginAnimations:nil context:nil];