221 questions
0
votes
0
answers
515
views
How to detect fullscreen mode of AVPlayerViewController in Objective C [duplicate]
How to check whether video is play full screen mode or not in AVPlayerViewController.
Thank you in advance.
-1
votes
1
answer
799
views
SFSpeechRecognizer AVAudioNode.mm:565: CreateRecordingTap: required condition is false: _recordingTap == nil
ERROR: [0x1a9c3cb40] >avae> AVAudioNode.mm:565: CreateRecordingTap: required condition is false: _recordingTap == nil
2017-09-05 10:53:48.547091+0530 Siri[4223:1598099] * Terminating app due ...
0
votes
0
answers
24
views
How to get data from different table cell
I have the following code which will trigger when the the didSelectRowAt is called. Which is basically when you click on any row.
override func tableView(_ tableView: UITableView, ...
0
votes
2
answers
351
views
Collection view Cells redirecting different ViewController
I Have UICollectionView with Sections. Each Sections have variable cells which is defined by array count. I have declared array of strings for each section in viewDidLoad function.
I want each cell ...
3
votes
1
answer
571
views
Firebase issue - no response from Realtime database on iPod with iOS 8.3
I'm developing an iOS app written in Swift 3.0 using Xcode 8.2, which supports iOS 8.0 and higher. App's data is stored in Firebase.
I want to listen to database connection changes (app is connected ...
0
votes
1
answer
45
views
iOS 8.3 and html5 <picture>
I have a question regarding old version of iOS (especially 8.3) and html5 tag <picture>. I cannot use it for old iOS devices.
Do I have any chance to trick iOS or is it possible to have some ...
1
vote
0
answers
331
views
AVPlayer video from url plays only audio
I'm using AVPlayer to play remote audio and video files via urls. With my current implementation, everything is fine on iOS8.4 and higher, the only problem is on iOS8.3 where the videos appear but the ...
0
votes
1
answer
2k
views
Register Nib/Class cell crash on iOS 8.3
I have used the following code in viewDidLoad to register nib cell :
tableView.register(UINib(nibName: "ShoppingViewCell", bundle: Bundle.main), forCellReuseIdentifier: "ShoppingViewCell")
And in ...
11
votes
1
answer
2k
views
[CIContext initWithOptions:]: unrecognized selector sent to instance 0x170400960 in xcode8
run in ios8.3 ,but run in ios9 or 10 hasn't this problem.
-[CIContext initWithOptions:]: unrecognized selector sent to instance 0x170400960
2016-09-19 18:08:21.025 *** Terminating app due to uncaught ...
1
vote
0
answers
173
views
Can't make purchase using SKStoreProductViewController. Apple Store Purchase works
I am using DAAppsViewController in my project and using iPAD Mini device (iOS 8.3) for testing. It is showing all of my apps and launching SKStoreProductViewController. When I try to make a purchase ...
-5
votes
2
answers
67
views
How to store { "Abc" :"Xyz" } in NSDictionary in Objective C
How to store the given below into NSDictionary
{
"Test":"Example"
}
-1
votes
1
answer
375
views
Embedded ios-charts into project, now project will not build. 24 errors in ios-charts files?
I am following along with "How to Use iOS Charts API to Create Beautiful Charts in Swift" from Appcoda. I have downloaded their project template and then downloaded latest version of ios-charts. I ...
2
votes
0
answers
167
views
AVAudioPlayer sound too low on both speaker and headphone
I have the following code which will play a sound buffer, but no matter what I tried, the volume still too low on both speaker and earphone even though system volume is already at max level. What ...
2
votes
0
answers
91
views
SpriteKit SKCropNode displays all green on real device IOS 8.3
I'm using a simple SKCropNode with a standard XCode Swift Game Template.
Everything works fine in an emulator, but on a real iPhone 4S with iOS 8.3 I see just a green mask (although my shape is red) - ...
0
votes
1
answer
607
views
NSFetchedResultsController crash on -controllerDidChangeContent: in iPad
NSFetchedResultsController crashes on -controllerDidChangeContent: on inserting new record and saving to persistentStore.
Code:
- (void)controller:(NSFetchedResultsController *)controller
...