iOS 6 was announced by Apple on June 11, 2012 and released on September 19th, 2012.
0
votes
0answers
2 views
ECSlidingViewController swipe gesture issue on View Controller
I'm using ECSlidingViewController for my app for the slide out menu and having a imageview on my all view controllers. It works perfectly but when i to the right when the menu controller(Slide view) ...
0
votes
1answer
6 views
xcode 4.5.2 and IOS SDK 6.0 debug not working?
I have connected Xcode and my device through USB. In Organizer window my device is showing but near the schema option my device name does not showing for debugging. My Mac OS Version 10.8.2 and Xcode ...
0
votes
0answers
9 views
Not able to access Keychain(KeychainItemWrapper) in app downloaded from Airwatch
I am trying to store and retrive some keys in Keychain using apple provided KeychainItemWrapper class. This works fine in case if I install the app from xCode or iTunes. But in case if download the ...
-1
votes
1answer
10 views
Show an hidden view
I will ask you if you can help me to show some hidden views. Also in my app I've 2 hidden view: one on the left and the second one on the right.
I wanted to show this hidden view by using 2 button and ...
0
votes
0answers
4 views
Get pathes for the Magical Record store files
Getting Cocoa error 260, which says file not found.
NSArray *inputPaths = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:[[[NSPersistentStore ...
1
vote
1answer
11 views
Deleting Core Data record from Detail View of SplitView Controller
I'm trying to delete a CoreData record directly from the Detail View of the SplitViewController.
This is what I've tried:
[self.detailItem.managedObjectContext deleteObject:self.detailItem];
But ...
0
votes
0answers
18 views
how to double tap zoom and two fingure zoom uiimage in uiscrollview
hi i have actually multiple images in uiscrollview. actually i want to implement image scrolling like in iphone image gallary. am downloading images from url to imagearray then i can successfully ...
0
votes
0answers
3 views
Track the launching event of camera App in iOS
I need to track the launching event of camera app via my iOS app that I have developed. Is this can be done in iOS 5 and 6? If so how?
P:S My app is running in the background always
2
votes
1answer
16 views
arabic text getting stored as?
What I am trying to do is save the arabic text in My SQL.
My SQL Table has collation as utf8_general_ci
I have textfield in iPhone app and I am saving data using PHP.
PHP Code looks like below.
...
0
votes
0answers
8 views
IOS consuming wsdl web service in xcode using wsdl2objC
I tried consuming a webservice using classes generated from wsdl2objC
i have this error
Thread 1:EXE_BAD_ACCESS (code=2,address=0xc)
on the method
- ...
0
votes
0answers
7 views
Integrating Yelp API into iOS with OAuth
I'm trying to integrate the yelp api into my ios app. However, I'm new to oauth and after reading through yelp's examples (which are 3 years old) and the nxtbgthng/OAuth2Client documentation, I'm ...
0
votes
0answers
30 views
How to disable the animated hiding toolbar items?
I have a simple interface of two table views, navigation controller and toolbar. The toolbar of each view has the same bar items (constructed using storyboard).
When I push a new view toolbar items ...
0
votes
0answers
17 views
Can anyone suggest me any javascript library or example for 2d terrain generation without using webgl?
I am writing ios application and in webview I need to show map ( I need to generate terrain kinda unlimited when user scroll add new terrain part and show data on that coordinates) of terrain. I found ...
1
vote
1answer
28 views
How do you pass core data corresponding to a row selected in a table?
I am learning how to use Core Data. I have an app that fills out all the variable of an entity labeled User. I then take these users and load them to a table. At this point the users can be selected ...
0
votes
1answer
11 views
Upload a photo to a specific album
I post a photo via the method startForUploadPhoto
-> https://developers.facebook.com/docs/reference/ios/3.1/protocol/FBGraphUser/#id
But I could not find a way to specify the album name, currently ...