for questions related to 6.0 version of the IOS operating system; use only when the question is specific only to the version, otherwise just use IOS tag
Questions tagged [ios6.0]
31 questions
12
votes
5 answers
AVAudioSessionDelegate called at endInterruption, but beginInterruption not called
I'm setting up an AVAudioSession when the app launches and setting the delegate to the appDelegate. Everything seems to be working (playback, etc) except that beginInterruption on the delegate is not being called when the phone receives a call. When…

Farski
- 1,670
- 3
- 15
- 30
5
votes
3 answers
UIImageView inside UIScrollView Pans Too Far
I have a problem where I have a UIImageView inside a UIScrollView. In Interface Builder, the UIScrollView takes up the entire screen, and the UIImageView takes up the entire UIScrollView. The problem is that when I have an image that is landscape…

Jacob Joz
- 732
- 1
- 11
- 29
4
votes
2 answers
How to make iOS 7 app backward compatible?
I surfed Internet for few hours, before posting this Question. Here I Go:
I am Working on an app. I used X-Code 5. set the deployment target iOS 7.
I have almost completed the UI for the app (for iOS 7). Yesterday, my Team Leader told, that Client…

Jasmeet
- 1,522
- 2
- 22
- 41
4
votes
1 answer
IOS6 Developed application suppport in ios7?
Hello I am Develop the ios6 supporting application.My thought is ios 6 developed application is compitaple on ios7 or any otherway is available? and also If I developing the application using ios 7 is supporting earlier versions.Give the best…

Ben10
- 3,221
- 2
- 34
- 61
3
votes
1 answer
"iOS 6.0 Simulator" not visible/installable in Xcode 5.0.2
Today I did a clean install of Mavericks (10.9.1) on my Mac. After that, I installed Xcode 5.0.2 from the Mac App Store. When Xcode was done installing, I opened Preferences > Downloads to install the extra components and documentation. Strangely,…

Jonathan
- 6,572
- 1
- 30
- 46
3
votes
1 answer
The Amazing Audio Engine AERecorder not recording
I am using The Amazing Audio Engine class AERecorder to record audio from the built-in microphone. I have inspected the sample project that comes with the download. I have also implemented the code presented in the TAAE documentation for using the…

dsgrnt
- 393
- 2
- 11
2
votes
1 answer
Remove unwanted characters, country code from phone numbers fetched from contacts iOS
How can i remove unwanted characters, country code from phone numbers fetched from contacts iOS.
Fetch Contacts in iOS 7
I used the above SO link to fetch contacts. Am able to fetch all contacts. But my problem , am getting unwanted character in…

Vinodh
- 5,262
- 4
- 38
- 68
2
votes
4 answers
moving text from bottom to top like marquee style in iOS application using textView
Moving text like marquee style from bottom to top in iOS application. i have tried this long time using google search but i could not get perfect answer for this question please provide any code for this question. i an new to iOS application.

user3331020
- 39
- 3
2
votes
1 answer
Memory warning & crash issue
I have developed application using ARC. In one of my UIViewController there are number of sub controllers (Like Buttons, Labels, Textfields, Textview, Scrollview) which all are having its IBOutlet. Here issue is that,I am using iOS 6.0.
With iOS 6.0…

Jignesh Fadadu
- 849
- 1
- 10
- 29
2
votes
0 answers
ios can I open a facebook page in facebook app programmatically
I am trying to implement facebook page like in ios .I want to open page in the app and then user can like or unlike.If there is a account in settings already then it should not ask for login.

vntstudy
- 2,038
- 20
- 24
1
vote
2 answers
How Reduce the Width of ContentSize in UITableViewCell
How to Reduce the size of contentSize width of UITableViewCell.
-> I tried,in UITableView property but there had options for reduce the UITableViewCell contentSize of Height but not for Width.
-> I want to reduce the UITableViewCell contentSize…

Tamil_Arya
- 29
- 8
1
vote
1 answer
webview not showing on full Screen of iphone 6
I am new in iOS development and want to show the WebView on fullscreen, it is showing on fullscreen in iPhone5 but not in iPhone6. it comes on half of the screen
plz take a look at…

Muhammad Naveed Akram
- 55
- 1
- 7
1
vote
0 answers
cordova build error: SDK "iphoneos6.0" cannot be located
i developing a html5-App for Android and iOS. Building for Android and iOS-Simulator works like a charm. But if i want to build the app for iOS-Device the build process stops with following error:
update-ios:
cordova prepare…

user3680138
- 11
- 3
1
vote
1 answer
Situation when add a custom button in a row whenever is selected
Objective:
Add a custom button as titled Delete in a row whenever it selected
And remove it whenever cell selection changes and so on add 'Delete' to last selection.
(void)tableView:(UITableView *)tableView…

Mohd Sadham
- 435
- 3
- 19
1
vote
2 answers
UIImagePickerController, PushView controller
I am able to Push a newview controller in below Method on iOS 7, while same code doesn't work on iOS 6. On iOS 6 it pushes view but Navigation bar show below the status bar. View look so Ugly. Can some one have any idea. Thanks
Already checked…

Mangesh
- 2,257
- 4
- 24
- 51