| bio | website | ronnqvi.st |
|---|---|---|
| location | Stockholm, Sweden | |
| age | 25 | |
| visits | member for | 2 years, 3 months |
| seen | 1 hour ago | |
| stats | profile views | 854 |
I'm a graphics and animations development enthusiast from Stockholm, Sweden.
I fell in love with Mac and iOS development with the introduction of OS X 10.5 Leopard and the iPhone SDK.
When I'm not writing code I practice and teach kung fu.
|
58m |
comment |
How to Move the listener area of a View in ViewAnimation UIView is part of UIKit which is a framework for iOS. The uiviewanimation tag was removed since this is a question about Andriod. |
|
1h |
revised |
How to Move the listener area of a View in ViewAnimation Formatting. Removed tag |
|
14h |
comment |
Seemingly inexplicable result of CGAffineTransformInvert From what I can see in your logs inv(inv(A)) == A as it should be and inv(A)*A == I and A*inv(A) == I as it should be. The same is true for B |
|
14h |
comment |
Seemingly inexplicable result of CGAffineTransformInvert Really, what is your problem? floating point inaccuracy? I'm looking through your code and the logs but I can't understand what your problem is? Are you feeling that CGAffineTransformInvert( ) is giving you a incorrect result or is it multiplying the matrices with CGAffineTransformConcat( ) that is the problem? |
|
14h |
comment |
Is there a way to do 3D transforms with keypoints? @JasperBlues the last point applies to both CAKeyframeAnimation and CABasicAnimation |
|
14h |
comment |
Is there a way to do 3D transforms with keypoints? @JasperBlues Avoiding the use of removedOnCompletion is just for cleanness. Animations in Core Animation doesn't modify the actual layer they are animating, they only change what is shown on screen. If you animate a property and check the value of the layer it is not going to change. That doesn't matter very much during the actual animation but if you don't remove the animation then you end up in a state where the value in the model and what is shown in screen differs. This can cause things like hit testing to be messed up. In short, it is bad to introduce unnecessary state difference. |
|
15h |
comment |
Is there a way to do 3D transforms with keypoints? @JasperBlues key frames is the solution when you want to animate the same property through a series of values. Setting up a series of animations is sometimes necessary but mostly just messy. |
|
1d |
answered | Is there a way to do 3D transforms with keypoints? |
|
2d |
comment |
Override UIView drawRect to only draw in its rect Missing clipsToBounds, are we now? |
|
May 14 |
comment |
disabling view of folder files from website The accessibility tag is used for helping people with disabilities (tag removed) |
|
May 14 |
revised |
disabling view of folder files from website edited tags |
|
May 14 |
revised |
Draw the frame on the button edge deleted 20 characters in body |
|
May 14 |
reviewed | Close How to fetch photos from flicker to iOS app? |
|
May 14 |
reviewed | Close What is the difference between UILocalnotification and delegates? |
|
May 14 |
reviewed | Close Convert DateTime in iphone |
|
May 14 |
reviewed | Edit Getting index in NSMutableArray of selected or tapped image |
|
May 14 |
revised |
Getting index in NSMutableArray of selected or tapped image Improved formating and clarified question + title |
|
May 14 |
reviewed | Close How can Facebook update their iOS app every other day? |
|
May 14 |
reviewed | Reject suggested edit on Creating a hash table in C? |
|
May 14 |
reviewed | Approve suggested edit on $_SESSION variables lost after button click |