244
points
Vitaly Virulaine
Recent Questions
|
0
points
0
votes
|
Hi. I have sumbitted an app with iAd, it is ready for sale now, I downloaded and installed it but I see a banner with Test Ad. No real ad....
132 views, 3 answers
|
|
0
points
0
votes
|
Hi. I cannot find any way to zoom scrollview by doubletap.
~~~
scrollview.addEventListener('doubletap',function(e)
{
scrollview.zoomScale = 2.0;
});
~~~
This doesn't work....
56 views, 0 answers
|
|
0
points
0
votes
|
Hi. Could anyone tell me how can I get .app file instead of .ipa? My clients cannot install this .ipa with Ad Hoc profile. ...
55 views, 0 answers
|
Recent Answers
|
4
points
4
votes
|
Hello. I investigated the memory leak issue. I have such code (modified KitchenSink):
~~~
var scrollView =...
582 views, 11 answers
|
|
0
points
0
votes
|
Hi. I have sumbitted an app with iAd, it is ready for sale now, I downloaded and installed it but I see a banner with Test Ad. No real ad....
132 views, 3 answers
|
|
0
points
0
votes
|
If I have a 1000x1000 png file, and load it into an imageView with the width at 100, can I then scale the image (animate) up ...ie., zoom it up to a larger view without it looking like a pixelated...
142 views, 2 answers
|