| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | May 13 at 4:49 | |
| stats | profile views | 103 |
|
May 11 |
comment |
Release allocated objects(Method retains objective-c object with +1 retain count) When I try ur code I get error like this [UITabBarController performSelector:withObject:withObject:]: message sent to deallocated instance |
|
May 11 |
comment |
Release allocated objects(Method retains objective-c object with +1 retain count) Hey can u tell me when can I say autorelease because if I say autorelease sometimes I get error.Message sent to deallocated instance. |
|
May 11 |
comment |
Release allocated objects(Method retains objective-c object with +1 retain count) Thanks for ur answer .Now I converted my project to ARC enabled in Edit->Refactor.Shall I remove all the release statements ? |
|
May 11 |
revised |
Release allocated objects(Method retains objective-c object with +1 retain count) edited title |
|
May 11 |
asked | Release allocated objects(Method retains objective-c object with +1 retain count) |
|
May 1 |
awarded | Popular Question |
|
Apr 30 |
comment |
Get the text in string variable let us continue this discussion in chat |
|
Apr 30 |
comment |
Get the text in string variable I allocated it and saw .BUt still same |
|
Apr 30 |
comment |
Get the text in string variable appDelegate.userCurrentState=[NSString stringWithFormat:@"%@",currentState]; // where current state is string variable .Now if if(![appDelegate.userCurrentState isEqualToString:@""] || ![appDelegate.userCurrentState isEqual:nil]){Data found} else{//Not found} |
|
Apr 30 |
comment |
Get the text in string variable See Im taking current state from CLGeocoder and assinging it to a variabe.Sometimes during updating location it is getting (null) and sometimes to nil.So I m unable to compare.. |
|
Apr 30 |
comment |
Get the text in string variable @IrshadMansuri now when I print then string variable it is (null).I wrote code like this :if(![appDelegate.userCurrentState isKindOfClass:[NSNull class]] || ![appDelegate.userCurrentState length]==0){ // Data found } else {// Data not found } But now also it enters if block .Y is it so ? |
|
Apr 30 |
comment |
Get the text in string variable I tried ur code but when I print the description of stringvariable it is <nil> my code is if(![stringvariable isEqualToString:@""] || ![stringvariable isEqual:nil]) { //Data Found } else{ // Data not found } Eventhough it enters into if block now..What else can I do ? |
|
Apr 29 |
asked | Get the text in string variable |
|
Apr 22 |
awarded | Popular Question |
|
Apr 22 |
accepted | Change application/target name in xcode |
|
Apr 22 |
comment |
Change application/target name in xcode Ok Thanks...... |
|
Apr 22 |
comment |
Change application/target name in xcode I mean I will get images and all of them from web services.Can I call them from info.plist file.writing xml parsing and so called methods.? |
|
Apr 22 |
comment |
Change application/target name in xcode Thanks for the info.I have a small doubt.Where is config file in xcode.Is it .plist file generated automatically.And If I need to change themes ,app icons(display image )for diferent apps along with app name can I make it in info.plist file ???? |
|
Apr 22 |
comment |
Change application/target name in xcode @Retterdesdialogs Thanks for the info.I have a small doubt.Where is config file in xcode.Is it .plist file generated automatically.And If I need to change themes ,app icons(display image )for diferent apps along with app name can I make it in info.plist file ???? |
|
Apr 22 |
comment |
Change application/target name in xcode @Retterdesdialogs can I know what is wildcard bundle identifier? |