Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
6 votes
2 answers
8k views

Thread 1:EXC_BAD_ACCESS(code=1,address=0x20004018) How to solve this?

here I attached my snapshots when run my project, It shows on exception like Thread 1:EXC_BAD_ACCESS(code=1,address=0x20004018, I don't no how to solve this issue ...can anyone help me??
Kavitha Madhu's user avatar
0 votes
2 answers
416 views

SearchBar method deprecated issue

I used this method but it's saying it is deprecated. Which method should I use instead of this method? -(BOOL)searchDisplayController:(UISearchDisplayController *)controller ...
subbu's user avatar
  • 31
-3 votes
2 answers
3k views

How to add images in Array ios?

below image After editing the image when i click the share/save button how add images in array. i should be display in tableview and it have save locally.
SWAMY CHUNCHU's user avatar
-1 votes
3 answers
3k views

after picking the image how save images locally in ios

when i capture the image i need to save images one by one in table view like below image .is need use nsuser defaults or use core data? and after picking the image how to add to Array
SWAMY CHUNCHU's user avatar
0 votes
0 answers
1k views

How to solve CFNetwork SSLHandshake failed (-9806) and NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)

Has anyone with the iOS 9 had this issue? I use standard NSURLSession and NSURLSessionDataTask to connect to a webservice and as soon as a call is made to the webservice i get the below error in my ...
sritharan's user avatar
  • 135
0 votes
1 answer
2k views

Domain=kCLErrorDomain Code=0 "(null)" in any ios device

I am run in my application for finding a current location but first time return right lat long with there dependent locality but when they didUpdateLocations that time goes to didFailWithError and ...
Bhumesh Purohit's user avatar
0 votes
1 answer
57 views

Store the image into cache for avoiding frequent loading from url in tableview

NSURL *url =[NSURL URLWithString: @"http://api.kivaws.org/v1/loans/search.json?status=fundraising"]; Serialisation part is done below (void)connectionDidFinishLoading{ NSDictionary *allDict = [...
Muthukumar's user avatar
1 vote
2 answers
375 views

get navigation bar color to give it to status bar color on iOS 5

i'm new here and i actually started learning recently and i'm making my first Theos tweak (i made some with flex) and as i said in the title i'm looking for a way to get nav bar color or a color from ...
Devsignerz's user avatar
3 votes
1 answer
1k views

Core Data Delete not working

Hi I am trying to delete my core data saved values in the bellow coding but it showing deleted and when I again run the project it show including the deleted value means it is not deleting from core ...
Abdul Rahman's user avatar
0 votes
2 answers
822 views

UIDatePicker Order Format

I am new to ios development tried UIDatepicker format like day month date. I tried alot but not able to get, Can any one help ? NSDate *storedDate = [[NSUserDefaults standardUserDefaults]...
Pothiraj Raj's user avatar
0 votes
0 answers
184 views

How to get movies list from IMDB server in ios [duplicate]

I am working with movie database api. I want to get list of movies released, upcoming etc. I didn't find any public apis in google. Please send me any api's you have. http://99webtools.com/blog/php-...
user avatar
-1 votes
2 answers
2k views

How to store Json data into Sqlite in ios

I have created one project like news update and i have saved in UITableView using JSON api to retrieving the data. now i'm getting problem like if internet is not there means records will not show to ...
user3402362's user avatar
-1 votes
3 answers
213 views

I want to remove gesture when i click on object of a class

From my side I will try bellow code, but it is not working. - (void) handleTouch:(UITapGestureRecognizer *) gesture { CGPoint touchPoint = [gesture locationInView:self.view]; NSArray *...
Arjun Singh Baghel's user avatar
1 vote
2 answers
277 views

Call a function repeatedly in fixed interval of time in background when the app is not running

My need is to check if the mobile is connected to the same WIFI network repeatedly in 10 seconds interval time when then app is not running. Can it be coded in the below method :- - (void)...
swathy krishnan's user avatar
5 votes
3 answers
7k views

App get Rejected: crashes on launch , but worked fine for me on all devices as well

My app is for the iPhone only .And it is working fine on all devices but when submitted the app it get rejected by apple by saying ....... On 1st time submission We found your app crashed on launch ...
Harish's user avatar
  • 609

15 30 50 per page
1
2 3 4 5
240