HI, I am currently using core-plot to draw a dynamic graph and is working fine,now i am thinking to add 2 graph on 2 seperate views
I am creating a tile game where I need to flip images. With the code I have it produces this error: Exception in thread \"main\" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot
I\'m working on an app that uses the front camera of the iPhone. When an image is captured with this camera, it is wirrored horizontally by the iPhone.
i m trying to develop a bb playbook app. how can i make a flip book effect with as3? i need to have 开发者_如何转开发10 images(pages) to flip :S can anybody help?Unfortunately this isn\'t a simple eff
I have an array of position vertices that make up a 2D polygon. Vector2[] _chassisConcaveVertices = { new Vector2(5.122f, 0.572f),
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Given开发者_如何学Python: [UIView beginAnimations:nil context:nil]; [UIView setAnimationCurve:UIViewAnimationCurveEaseOut];
I\'m working with the PHP GB library to manipulate images. One of the thing I noticed doesn\'t come with the GB library is the ability to flip images either vertically or horizontally. So I went about
I have an app where i add ViewB as a subview to ViewA... But the background of ViewB is clearColor, which means that I can see ViewA through ViewB! If I set viewA to be hidden, ViewB goes away too!
I\'m a new in iOS, and I have trouble in implementing @protocol so sorry if you think this is an easy thing..