502 reputation
415
bio website
location
age 25
visits member for 2 years, 4 months
seen 7 hours ago
stats profile views 84

IOS developer.Having a 2+ exp in developing ipad applications.


11h
comment Application failed to resume in time
@Kerni I am facing a similar issue.I have followed point 1 stated in your answer but i didn't understand what do u mean by point 2. How can i check whether the background task has been completed or still in process.Can you please help me with more info.Thanks in advance
1d
comment iPhone app “has active assertions beyond permitted time”
@alku83 I am also facing a similar crash.I call a service on main thread while launching my application.Can you plz help me in fixing this.Can you plz tell how you have fixed the similar crash in your application? I believe your pointers would help me...
Mar
25
awarded  Popular Question
Mar
24
awarded  Popular Question
Mar
12
awarded  Constituent
Mar
12
awarded  Caucus
Mar
5
comment adding products in itunes connect
@JulianOsorio Recently one of my friend was saying he has done this using application loader.In application loader there is a column "Create new package" -new from file -upload a file. file should contain your products info with tab seperated.I think you can try if it works and mean while i would capture more details this time when i again meet him and update you.
Feb
25
awarded  Popular Question
Feb
18
comment ThumbImage is not proper in UISlider
@He Was I have checked and the frame size remains same in all orientations..
Feb
18
asked ThumbImage is not proper in UISlider
Feb
12
comment Change iPhone UISlider bar image
Hi Dk Kumar i am too facing same prob in IOS 5 but working in IOS 6.I am using two images for min and Max where both are same.Thumb image is a small transparent glow image.In IOS i could see a line behind the thumb...Can u plz help how you have solved in your case to avoid skewing/stretching...
Jan
31
awarded  Critic
Jan
15
comment How can i load a different view on same method in iphone
@He Was solution is wat i am refering to...plz forget my comment if it is confusing
Jan
15
comment How can i load a different view on same method in iphone
Pradeepa's solution should work.u should be doing something wrong plz check.if you are confused with the enums just omit the enums and depend only on tag. if(??????????????????) //what condition is required for watch1? { sv.curIndexPath =[NSIndexPath indexPathForRow:0 inSection:0]; [scr addSubview:sv]; } else if(?????????????????) //what condition is required watch2? { } replace ??????????????? with the tag value in your code.u can take a global variable to set the tag value from class one.
Dec
30
awarded  Yearling
Dec
29
comment CData not being parsed with NSXmlparser
update:It happend in my case that CDATA is being called N times and for now i have used a flag to append the text and parse it again.Currently in my response the CDATA block ends with </Data> and when encountering </Data> i am concluding the end of CDATA block and initiate parsing as a new xml,Which works as long as my response ends with </Data> and the content in the block doesn't have a text as </Data>.Is there a way(like a delegate method) where i can know the end of CDATA block,which would be the concrete solution rather than depending on a flag and a text. TNQ once again.
Dec
29
accepted CData not being parsed with NSXmlparser
Dec
29
comment CData not being parsed with NSXmlparser
TnQ very much for the suggestion Dail-Djan.What i am doing is exactly the same.I am picking the data of the CDATA and forming an xml and parsing it again.My prob is that the data present in CDATA block is not available at a go sometimes.I understood that i have to append the text as it may be called N times.My doubt is how can i know the end of the CDATA iteration (Nth time) so that i can from an xml and parse it again.It would be more helpful if you a have sample else suggestion would also do.Tnq once again please share your thoughts it really helps me a lot.
Dec
28
asked CData not being parsed with NSXmlparser
Dec
16
comment How to reflect rows added into UITableview instantly
I didn't but i recently faced some other issues while communicating with DB on background thread.Does Sqlite be communicated on a background thread?plz help..