1,361 reputation
716
bio website techtreasure.in
location Ahmadabad, India
age 29
visits member for 3 years, 4 months
seen 9 hours ago
stats profile views 326

Having near 5 years of experience in IT industry.

sound knowledge in iPhone, iPad and iPod-touch Application development and java.


Nov
9
answered Multiple Custom Cells dynamically loaded into a single tableview
Nov
9
comment Multiple Custom Cells dynamically loaded into a single tableview
you have to change CellIdentifier value. every time you set same value that'y.
Nov
8
comment how to remove text from cell when click on the text of cell
if(indexPath.row<pageSize) cell.textLabel.text = @"";
Nov
8
comment Not able to get date from string\
@Nirmalsinh when your string format is not same as string value your passing for convert to date is not match then your date value is nil.
Nov
8
comment Not able to get date from string\
your code is working fine i test it pass strTime = @"1012/11/08 15:30:20" so its give you proper output.
Nov
8
comment NSSortDescriptor/NSPredicate to organize my tableView
NSPredicate is used to filtered data not for sorting prupose. you can use NSSortDescriptor for this. please refer this link stackoverflow.com/questions/5542762/…
Nov
7
comment How to create Tap event on Long Tap gesture on UIWebView?
you assign delegate to your class.
Nov
7
comment How to create Tap event on Long Tap gesture on UIWebView?
please check in this method single touch event recognize their or not. write NSLog(); statement in above method.
Nov
7
revised How to compare 2 button title using index or tag value
imporove formatting
Nov
7
suggested suggested edit on How to compare 2 button title using index or tag value
Nov
7
answered How to create Tap event on Long Tap gesture on UIWebView?
Nov
6
comment JSON Parsing the same key for different values
@Joker can you please tell me what kind of object you store in your NSArray?
Nov
6
revised Height of UIScrollView get changed?
imporove formattin,
Nov
6
suggested suggested edit on Height of UIScrollView get changed?
Nov
6
answered JSON Parsing the same key for different values
Oct
14
awarded  Nice Answer
Sep
27
comment Iphone app not run on Real device
you not added device id in provision profile. Please add device id that then install app.
Aug
29
awarded  Self-Learner
Aug
15
awarded  Nice Answer
Jul
24
accepted Will apple reject the app if we do not use Twitter framework for ios 5?