374 reputation
37
bio website
location
age
visits member for 3 years, 4 months
seen Mar 16 at 12:51
stats profile views 135

Apr
3
awarded  Yearling
Feb
21
awarded  Necromancer
Dec
3
awarded  Nice Answer
Aug
8
awarded  Student
Apr
22
awarded  Yearling
Apr
17
comment iPhone - How to build a roulette like wheel?
Thanks for your reply. I will try this. But i gave it a try by putting a scrollview and give a wheel like effect and let the scroll view handle the movement. What would be best approach.
Apr
17
comment Limits of memory use on iPhone
I also have similar requirement. However i dont want to store so many files. I think we will restrict to 4-5 audio files. But for good performance and occupy low storage what should be the limit for each audio file? We don't want that the users upload large files on the server and want to put restriction on the size of audio file
Mar
27
comment iPhone - How to build a roulette like wheel?
hi it is interesting. I wanted the same effect. But i did not understand what is wheelAngle. Also instead of layers can i just put an imageView and rotate it?
Mar
26
comment Application not launching on tappping the app icon on home screen
hey i just checked the scenerio. The application for which the provisinoing is expired did show an alert.
Mar
23
comment Application not launching on tappping the app icon on home screen
ok if this is the case, I will check this.
Mar
21
comment Application not launching on tappping the app icon on home screen
But normally if the provisioning is expired, on launch it gives an alert indicating that the provisioning file is expired. But no such error occured. How will I find that the file has been disabled?
Mar
21
asked Application not launching on tappping the app icon on home screen
Feb
22
comment How can i know web view is loading completed
I am facing same issue. I want to show an image on the web view after the webview has loaded the pdf page on it. But there is no specific time for rendering the pdf. So I cannot add a delay to show the images. Is there any other way to determine the pdf page has completly rendered on the web view.
Jan
27
awarded  Commentator
Jan
27
comment Menu options not visible after tapping on one of the menu option
Yes thanks for the answer. It's really helpful. Plus +1 for the answer. I tried out many things and finally saw your ans.
Jan
27
comment Is there any PDF parser written in objective-c or c?
I added the callback for Tm operator in the table. But it gives me compilation error that the callback is unrecognized.
Jan
27
answered Menu options not visible after tapping on one of the menu option
Jan
27
answered app crashes because of delegate
Jan
25
comment Remote wipe of application data in iOS
yes thats correct. But deletion can happen only launching or else how will the app know that device is stolen and the data should be deleted. You can introduce a login screen for your app. In this case your application will be secured.
Jan
25
answered Remote wipe of application data in iOS